diff options
author | Andreas Kling <andreas.kling@nokia.com> | 2011-06-08 10:54:32 (GMT) |
---|---|---|
committer | Andreas Kling <andreas.kling@nokia.com> | 2011-06-08 10:54:32 (GMT) |
commit | 40ea0df5aa9f61810fd7e9b02a37f57ea5712c10 (patch) | |
tree | 18882e293ec24eb320f6bd470a47d3f91869aa55 /src | |
parent | 20deac14b94c9a0188ad3cbe70844b691cb5a381 (diff) | |
download | Qt-40ea0df5aa9f61810fd7e9b02a37f57ea5712c10.zip Qt-40ea0df5aa9f61810fd7e9b02a37f57ea5712c10.tar.gz Qt-40ea0df5aa9f61810fd7e9b02a37f57ea5712c10.tar.bz2 |
The autotests don't even build on Symbian, skip them for now.
Diffstat (limited to 'src')
-rw-r--r-- | src/3rdparty/webkit/Source/WebKit.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/Source/WebKit.pro b/src/3rdparty/webkit/Source/WebKit.pro index 9be0f4a..4e1abf6 100644 --- a/src/3rdparty/webkit/Source/WebKit.pro +++ b/src/3rdparty/webkit/Source/WebKit.pro @@ -22,7 +22,9 @@ contains(QT_CONFIG, declarative) { exists($$PWD/WebKit/qt/declarative): SUBDIRS += WebKit/qt/declarative } -exists($$PWD/WebKit/qt/tests): SUBDIRS += WebKit/qt/tests +!symbian { + exists($$PWD/WebKit/qt/tests): SUBDIRS += WebKit/qt/tests +} build-qtscript { SUBDIRS += \ |