From 40ea0df5aa9f61810fd7e9b02a37f57ea5712c10 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 8 Jun 2011 12:54:32 +0200 Subject: The autotests don't even build on Symbian, skip them for now. --- src/3rdparty/webkit/Source/WebKit.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 += \ -- cgit v0.12