Don't build V8 as a static library
authorKent Hansen <kent.hansen@nokia.com>
Tue, 26 Jul 2011 10:53:00 +0000 (12:53 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 26 Jul 2011 12:15:07 +0000 (14:15 +0200)
commitc1c0b9c03cec9c5962e694bfc3e939e1504e6e59
tree9c7ace3724de976966c5ff7cdb496e61d8d8f8ed
parent83eb5ba0082cee15a5ca01000084c07fdb19af76
Don't build V8 as a static library

In the future, we'll need to be able to export the V8
symbols from the QtDeclarative library, which requires
compiling V8 straight in. It's not possible to achieve
this using a static library.

Change-Id: Ie9e31984d2c03639a311cef11ddd33ba0aa15fd9
Reviewed-on: http://codereview.qt.nokia.com/2187
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
16 files changed:
src/declarative/declarative.pro
src/declarative/v8/0001-Add-hashing-and-comparison-methods-to-v8-String.patch [moved from src/v8/0001-Add-hashing-and-comparison-methods-to-v8-String.patch with 100% similarity]
src/declarative/v8/0002-Add-a-bit-field-3-to-Map.patch [moved from src/v8/0002-Add-a-bit-field-3-to-Map.patch with 100% similarity]
src/declarative/v8/0003-Add-a-fallback-mode-for-named-property-interceptors.patch [moved from src/v8/0003-Add-a-fallback-mode-for-named-property-interceptors.patch with 100% similarity]
src/declarative/v8/0004-Generalize-external-object-resources.patch [moved from src/v8/0004-Generalize-external-object-resources.patch with 100% similarity]
src/declarative/v8/0005-Introduce-a-QML-compilation-mode.patch [moved from src/v8/0005-Introduce-a-QML-compilation-mode.patch with 100% similarity]
src/declarative/v8/0006-Allow-access-to-the-calling-script-data.patch [moved from src/v8/0006-Allow-access-to-the-calling-script-data.patch with 100% similarity]
src/declarative/v8/0007-Fix-warnings.patch [moved from src/v8/0007-Fix-warnings.patch with 100% similarity]
src/declarative/v8/0008-Add-custom-object-compare-callback.patch [moved from src/v8/0008-Add-custom-object-compare-callback.patch with 100% similarity]
src/declarative/v8/README [moved from src/v8/README with 100% similarity]
src/declarative/v8/v8.pri [moved from src/v8/v8.pro with 97% similarity]
src/declarative/v8/v8base.pri [moved from src/v8/v8base.pri with 93% similarity]
src/declarative/v8/wrapcc.pl [moved from src/v8/wrapcc.pl with 100% similarity]
src/src.pro
tests/auto/declarative/v8/Makefile.nonqt
tests/auto/declarative/v8/v8.pro