Title: [99680] trunk/Tools
Revision
99680
Author
[email protected]
Date
2011-11-09 03:19:29 -0800 (Wed, 09 Nov 2011)

Log Message

[Qt] Unbreak the Qt build (copy & paste mistake - oops)

* qmake/mkspecs/features/functions.prf:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (99679 => 99680)


--- trunk/Tools/ChangeLog	2011-11-09 11:12:27 UTC (rev 99679)
+++ trunk/Tools/ChangeLog	2011-11-09 11:19:29 UTC (rev 99680)
@@ -1,5 +1,11 @@
 2011-11-09  Simon Hausmann  <[email protected]>
 
+        [Qt] Unbreak the Qt build (copy & paste mistake - oops)
+
+        * qmake/mkspecs/features/functions.prf:
+
+2011-11-09  Simon Hausmann  <[email protected]>
+
         [Qt] Centralize duplicated code for linking the static libs
 
         Reviewed by Tor Arne Vestbø.

Modified: trunk/Tools/qmake/mkspecs/features/functions.prf (99679 => 99680)


--- trunk/Tools/qmake/mkspecs/features/functions.prf	2011-11-09 11:12:27 UTC (rev 99679)
+++ trunk/Tools/qmake/mkspecs/features/functions.prf	2011-11-09 11:19:29 UTC (rev 99680)
@@ -232,7 +232,7 @@
     path = $$1
     target = $$2
 
-    LIBS = -l$$target
+    LIBS = -l$$target $$LIBS
 
     win32-msvc*|wince*|win32-icc {
         LIBS = -L$$path $$LIBS
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to