aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2011-07-26 12:53:00 +0200
committerQt by Nokia <qt-info@nokia.com>2011-07-26 14:15:07 +0200
commitc1c0b9c03cec9c5962e694bfc3e939e1504e6e59 (patch)
tree9c7ace3724de976966c5ff7cdb496e61d8d8f8ed /src/src.pro
parent83eb5ba0082cee15a5ca01000084c07fdb19af76 (diff)
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>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 1fa93c5b34..a8a33a7fd6 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,5 +1,5 @@
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS += v8 declarative qtquick1 plugins
+SUBDIRS += declarative qtquick1 plugins
contains(QT_CONFIG, qmltest): SUBDIRS += qmltest
SUBDIRS += imports