Title: [121854] trunk/Tools
Revision
121854
Author
ves...@webkit.org
Date
2012-07-04 08:13:24 -0700 (Wed, 04 Jul 2012)

Log Message

[Qt] Don't try to build WTR twice

Reviewed by Csaba Osztrogonác.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (121853 => 121854)


--- trunk/Tools/ChangeLog	2012-07-04 15:06:41 UTC (rev 121853)
+++ trunk/Tools/ChangeLog	2012-07-04 15:13:24 UTC (rev 121854)
@@ -1,3 +1,11 @@
+2012-07-04  Tor Arne Vestbø  <tor.arne.ves...@nokia.com>
+
+        [Qt] Don't try to build WTR twice
+
+        Reviewed by Csaba Osztrogonác.
+
+        * Tools.pro:
+
 2012-07-04  Sheriff Bot  <webkit.review....@gmail.com>
 
         Unreviewed, rolling out r121821.

Modified: trunk/Tools/Tools.pro (121853 => 121854)


--- trunk/Tools/Tools.pro	2012-07-04 15:06:41 UTC (rev 121853)
+++ trunk/Tools/Tools.pro	2012-07-04 15:13:24 UTC (rev 121854)
@@ -14,12 +14,11 @@
 }
 
 !no_webkit2 {
-    SUBDIRS += MiniBrowser/qt/MiniBrowser.pro
-    SUBDIRS += WebKitTestRunner/WebKitTestRunner.pro
-    SUBDIRS += MiniBrowser/qt/raw/MiniBrowserRaw.pro
-
     # WTR's InjectedBundle depends currently on WK1's DumpRenderTreeSupport
     !no_webkit1: SUBDIRS += WebKitTestRunner/WebKitTestRunner.pro
+
+    SUBDIRS += MiniBrowser/qt/MiniBrowser.pro
+    SUBDIRS += MiniBrowser/qt/raw/MiniBrowserRaw.pro
 }
 
 # FIXME: with Qt 5 the test plugin cause some trouble during layout tests.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to