summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Kling <andreas.kling@nokia.com>2011-06-08 12:54:32 +0200
committerAndreas Kling <andreas.kling@nokia.com>2011-06-08 12:54:32 +0200
commit40ea0df5aa9f61810fd7e9b02a37f57ea5712c10 (patch)
tree18882e293ec24eb320f6bd470a47d3f91869aa55
parent20deac14b94c9a0188ad3cbe70844b691cb5a381 (diff)
The autotests don't even build on Symbian, skip them for now.
-rw-r--r--src/3rdparty/webkit/Source/WebKit.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/Source/WebKit.pro b/src/3rdparty/webkit/Source/WebKit.pro
index 9be0f4aff9..4e1abf6c75 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 += \