summaryrefslogtreecommitdiffstats
path: root/patches/qt-everywhere-opensource-src-4.8.7/0008-don-t-build-webkit-tests.patch
blob: a45563d73dfe3c8361165654089cc0f69a2c05e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Mon, 17 Oct 2011 19:34:55 +0200
Subject: [PATCH] don't build webkit tests

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 src/3rdparty/webkit/Source/WebKit.pro | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/3rdparty/webkit/Source/WebKit.pro b/src/3rdparty/webkit/Source/WebKit.pro
index 9be0f4aff9c9..eee88fea1f1e 100644
--- a/src/3rdparty/webkit/Source/WebKit.pro
+++ b/src/3rdparty/webkit/Source/WebKit.pro
@@ -15,19 +15,15 @@ SUBDIRS += WebKit/qt/QtWebKit.pro
 
 webkit2 {
     exists($$PWD/WebKit2/WebProcess.pro): SUBDIRS += WebKit2/WebProcess.pro
-    exists($$PWD/WebKit2/UIProcess/API/qt/tests): SUBDIRS += WebKit2/UIProcess/API/qt/tests
 }
 
 contains(QT_CONFIG, declarative) {
     exists($$PWD/WebKit/qt/declarative): SUBDIRS += WebKit/qt/declarative
 }
 
-exists($$PWD/WebKit/qt/tests): SUBDIRS += WebKit/qt/tests
-
 build-qtscript {
     SUBDIRS += \
         JavaScriptCore/qt/api/QtScript.pro \
-        JavaScriptCore/qt/tests \
         JavaScriptCore/qt/benchmarks
 }