diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-01-05 10:38:10 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-09 19:54:07 +0100 |
commit | 51d634ce2e7d4348a004d0807f53288cfbbb97ff (patch) | |
tree | 3674b78513a51a109df9384f2a479b91c9db5699 /tests/auto/auto.pro | |
parent | 159098719b8e8f40d1bd663c61bdc51f883c645f (diff) | |
download | qtbase-51d634ce2e7d4348a004d0807f53288cfbbb97ff.tar.gz |
Remove QtV8 library from QtBase
The QtV8 library is going to live in the qtjsbackend module.
Change-Id: I72251316163829411dda998b9503ce6f75b3606a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 1fc1ba381c..05b6f84fa9 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -9,7 +9,6 @@ SUBDIRS += \ sql \ testlib \ tools \ - v8 \ xml \ other \ widgets \ @@ -17,7 +16,6 @@ SUBDIRS += \ cross_compile: SUBDIRS -= tools !contains(QT_CONFIG, opengl): SUBDIRS -= opengl !unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus -!contains(QT_CONFIG, v8): SUBDIRS -= v8 # disable 'make check' on Mac OS X for the following subdirs for the time being mac { |