summaryrefslogtreecommitdiff
path: root/WebKit.pro
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit.pro')
-rw-r--r--WebKit.pro11
1 files changed, 10 insertions, 1 deletions
diff --git a/WebKit.pro b/WebKit.pro
index 876d55412..f7167129f 100644
--- a/WebKit.pro
+++ b/WebKit.pro
@@ -44,8 +44,17 @@ QtWebKit.file = Source/QtWebKit.pro
QtWebKit.makefile = Makefile.QtWebKit
SUBDIRS += QtWebKit
+!production_build {
+ # Only tested on Linux so far.
+ linux* {
+ gtest.file = Source/ThirdParty/gtest/gtest.pro
+ gtest.makefile = Makefile.gtest
+ SUBDIRS += gtest
+ }
+}
+
Tools.file = Tools/Tools.pro
Tools.makefile = Makefile.Tools
SUBDIRS += Tools
-# Number of times incremental builds have failed: 0
+# Number of times incremental builds have failed: 1