Title: [128455] trunk/Tools
- Revision
- 128455
- Author
- [email protected]
- Date
- 2012-09-13 07:21:25 -0700 (Thu, 13 Sep 2012)
Log Message
[Qt] Don't overwrite LIBS_PRIVATE when sanitizing LIBS
Reviewed by Ossy.
* qmake/mkspecs/features/default_post.prf:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (128454 => 128455)
--- trunk/Tools/ChangeLog 2012-09-13 14:15:14 UTC (rev 128454)
+++ trunk/Tools/ChangeLog 2012-09-13 14:21:25 UTC (rev 128455)
@@ -1,3 +1,11 @@
+2012-09-13 Tor Arne Vestbø <[email protected]>
+
+ [Qt] Don't overwrite LIBS_PRIVATE when sanitizing LIBS
+
+ Reviewed by Ossy.
+
+ * qmake/mkspecs/features/default_post.prf:
+
2012-09-13 Kenneth Rohde Christiansen <[email protected]>
[EFL][DRT] Implement LayoutTestController::layerTreeAsText
Modified: trunk/Tools/qmake/mkspecs/features/default_post.prf (128454 => 128455)
--- trunk/Tools/qmake/mkspecs/features/default_post.prf 2012-09-13 14:15:14 UTC (rev 128454)
+++ trunk/Tools/qmake/mkspecs/features/default_post.prf 2012-09-13 14:21:25 UTC (rev 128455)
@@ -246,7 +246,7 @@
# to end up in as public API dependenices in the QtWebKit prl file.
PKGCONFIG_PRIVATE *= $$PKGCONFIG
unset(PKGCONFIG)
-LIBS_PRIVATE = $$LIBS
+LIBS_PRIVATE += $$LIBS
unset(LIBS)
# We do have a limited subset of Qt modules as dependencies for using
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes