From c1c0b9c03cec9c5962e694bfc3e939e1504e6e59 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Tue, 26 Jul 2011 12:53:00 +0200 Subject: 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 Reviewed-by: Simon Hausmann --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/src.pro') 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 -- cgit v1.2.3