Remove V8 submodule from QtDeclarative
authorKent Hansen <kent.hansen@nokia.com>
Tue, 16 Aug 2011 12:00:13 +0000 (14:00 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 29 Aug 2011 12:20:43 +0000 (14:20 +0200)
commite71904e231e27e6f6f88b35c4a7e2d7cf8ba2640
tree3a5f88fbd03efa5b130d591a4ebd1df4957c420b
parente233d8aa0710f8253e6ca2635cf6c9afa95757d2
Remove V8 submodule from QtDeclarative

QtDeclarative should now link against the QtV8 library
from qtbase.

The patch files have been moved to qtbase as well.

Applications that use the QtDeclarative private headers
may need to add the following to their .pro file:

QT += v8-private

This ensures that <private/v8.h> is found, which is
(indirectly) included by many QtDeclarative private
headers.

Task-number: QTBUG-20963

Change-Id: I31e973a6fcc0c416d3b258a61c26564cee3dcd4b
Reviewed-on: http://codereview.qt.nokia.com/3093
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
86 files changed:
.gitmodules [deleted file]
src/3rdparty/v8 [deleted submodule]
src/declarative/declarative.pro
src/declarative/qml/v8/qv8_p.h
src/declarative/v8/0001-Add-hashing-and-comparison-methods-to-v8-String.patch [deleted file]
src/declarative/v8/0002-Add-a-bit-field-3-to-Map.patch [deleted file]
src/declarative/v8/0003-Add-a-fallback-mode-for-named-property-interceptors.patch [deleted file]
src/declarative/v8/0004-Generalize-external-object-resources.patch [deleted file]
src/declarative/v8/0005-Introduce-a-QML-compilation-mode.patch [deleted file]
src/declarative/v8/0006-Allow-access-to-the-calling-script-data.patch [deleted file]
src/declarative/v8/0007-Fix-warnings.patch [deleted file]
src/declarative/v8/0008-Add-custom-object-compare-callback.patch [deleted file]
src/declarative/v8/0009-Add-CallAsFunction-method-to-the-Object-class-in-the.patch [deleted file]
src/declarative/v8/0010-Implement-CallAsConstructor-method-for-Object-in-the.patch [deleted file]
src/declarative/v8/0011-QtScript-V8-Add-new-v8-api-to-check-if-a-value-is-an.patch [deleted file]
src/declarative/v8/0012-Add-IsCallable-method-for-Object-in-the-API.patch [deleted file]
src/declarative/v8/0013-Remove-execute-flag-from-v8-debug.h.patch [deleted file]
src/declarative/v8/README [deleted file]
src/declarative/v8/v8.pri [deleted file]
src/declarative/v8/v8base.pri [deleted file]
src/declarative/v8/wrapcc.pl [deleted file]
src/imports/gestures/gestures.pro
src/imports/particles/particles.pro
src/imports/testlib/testlib.pro
src/plugins/qmltooling/qmldbg_inspector/qmldbg_inspector.pro
src/qtquick1/qtquick1.pro
tests/auto/declarative/declarative.pro
tests/auto/declarative/examples/examples.pro
tests/auto/declarative/qdeclarativeanimations/qdeclarativeanimations.pro
tests/auto/declarative/qdeclarativebehaviors/qdeclarativebehaviors.pro
tests/auto/declarative/qdeclarativeconnection/qdeclarativeconnection.pro
tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro
tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro
tests/auto/declarative/qdeclarativeinstruction/qdeclarativeinstruction.pro
tests/auto/declarative/qdeclarativelanguage/qdeclarativelanguage.pro
tests/auto/declarative/qdeclarativelistmodel/qdeclarativelistmodel.pro
tests/auto/declarative/qdeclarativeproperty/qdeclarativeproperty.pro
tests/auto/declarative/qdeclarativeqt/qdeclarativeqt.pro
tests/auto/declarative/qdeclarativesmoothedanimation/qdeclarativesmoothedanimation.pro
tests/auto/declarative/qdeclarativespringanimation/qdeclarativespringanimation.pro
tests/auto/declarative/qdeclarativesqldatabase/qdeclarativesqldatabase.pro
tests/auto/declarative/qdeclarativestates/qdeclarativestates.pro
tests/auto/declarative/qdeclarativev4/qdeclarativev4.pro
tests/auto/declarative/qdeclarativevaluetypes/qdeclarativevaluetypes.pro
tests/auto/declarative/qdeclarativeworkerscript/qdeclarativeworkerscript.pro
tests/auto/declarative/qdeclarativexmllistmodel/qdeclarativexmllistmodel.pro
tests/auto/declarative/qpacketprotocol/qpacketprotocol.pro
tests/auto/declarative/qsgflickable/qsgflickable.pro
tests/auto/declarative/qsgflipable/qsgflipable.pro
tests/auto/declarative/qsggridview/qsggridview.pro
tests/auto/declarative/qsglistview/qsglistview.pro
tests/auto/declarative/qsgpathview/qsgpathview.pro
tests/auto/declarative/qsgpositioners/qsgpositioners.pro
tests/auto/declarative/qsgtext/qsgtext.pro
tests/auto/declarative/qsgtextedit/qsgtextedit.pro
tests/auto/declarative/qsgtextinput/qsgtextinput.pro
tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp
tests/auto/declarative/qsgvisualdatamodel/qsgvisualdatamodel.pro
tests/auto/declarative/v8/Makefile.nonqt [deleted file]
tests/auto/declarative/v8/README.txt [deleted file]
tests/auto/declarative/v8/tst_v8.cpp [deleted file]
tests/auto/declarative/v8/v8.pro [deleted file]
tests/auto/declarative/v8/v8main.cpp [deleted file]
tests/auto/declarative/v8/v8test.cpp [deleted file]
tests/auto/declarative/v8/v8test.h [deleted file]
tests/auto/qtquick1/qdeclarativeanchors/qdeclarativeanchors.pro
tests/auto/qtquick1/qdeclarativeanimations/qdeclarativeanimations.pro
tests/auto/qtquick1/qdeclarativebehaviors/qdeclarativebehaviors.pro
tests/auto/qtquick1/qdeclarativeconnection/qdeclarativeconnection.pro
tests/auto/qtquick1/qdeclarativeflickable/qdeclarativeflickable.pro
tests/auto/qtquick1/qdeclarativeflipable/qdeclarativeflipable.pro
tests/auto/qtquick1/qdeclarativegridview/qdeclarativegridview.pro
tests/auto/qtquick1/qdeclarativeitem/qdeclarativeitem.pro
tests/auto/qtquick1/qdeclarativelistview/qdeclarativelistview.pro
tests/auto/qtquick1/qdeclarativepathview/qdeclarativepathview.pro
tests/auto/qtquick1/qdeclarativepositioners/qdeclarativepositioners.pro
tests/auto/qtquick1/qdeclarativesmoothedanimation/qdeclarativesmoothedanimation.pro
tests/auto/qtquick1/qdeclarativespringanimation/qdeclarativespringanimation.pro
tests/auto/qtquick1/qdeclarativestates/qdeclarativestates.pro
tests/auto/qtquick1/qdeclarativetext/qdeclarativetext.pro
tests/auto/qtquick1/qdeclarativetextedit/qdeclarativetextedit.pro
tests/auto/qtquick1/qdeclarativetextinput/qdeclarativetextinput.pro
tests/auto/qtquick1/qdeclarativeviewer/qdeclarativeviewer.pro
tests/auto/qtquick1/qdeclarativevisualdatamodel/qdeclarativevisualdatamodel.pro
tests/auto/qtquick1/qdeclarativexmllistmodel/qdeclarativexmllistmodel.pro
tools/qmlviewer/qml.pri