Title: [110458] trunk/Tools
Revision
110458
Author
[email protected]
Date
2012-03-12 12:44:37 -0700 (Mon, 12 Mar 2012)

Log Message

[Qt] Use right construct to detect config_test_gccdepends

Reviewed by Andreas Kling.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (110457 => 110458)


--- trunk/Tools/ChangeLog	2012-03-12 19:44:16 UTC (rev 110457)
+++ trunk/Tools/ChangeLog	2012-03-12 19:44:37 UTC (rev 110458)
@@ -1,5 +1,13 @@
 2012-03-12  Tor Arne Vestbø  <[email protected]>
 
+        [Qt] Use right construct to detect config_test_gccdepends
+
+        Reviewed by Andreas Kling.
+
+        * qmake/mkspecs/features/default_pre.prf:
+
+2012-03-12  Tor Arne Vestbø  <[email protected]>
+
         [Qt] Expose location of WebKit's bin and imports dir through module file
 
         Reviewed by Andreas Kling.

Modified: trunk/Tools/qmake/mkspecs/features/default_pre.prf (110457 => 110458)


--- trunk/Tools/qmake/mkspecs/features/default_pre.prf	2012-03-12 19:44:16 UTC (rev 110457)
+++ trunk/Tools/qmake/mkspecs/features/default_pre.prf	2012-03-12 19:44:37 UTC (rev 110458)
@@ -44,7 +44,7 @@
 # Load results of config tests (only supported in Qt 5)
 haveQt(5): include($${ROOT_BUILD_DIR}/Tools/qmake/.qmake.cache, , true)
 
-unix:config_test_gccdepends {
+unix:contains(config_test_gccdepends, yes) {
     # We have a compiler that supports the -MD option (and neither
     # teambuilder nor icecream is messing up the .d file output).
     CONFIG += GNUmake gcc_MD_depends
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to