Title: [102905] trunk/Tools
Revision
102905
Author
[email protected]
Date
2011-12-15 01:33:24 -0800 (Thu, 15 Dec 2011)

Log Message

[Qt] QtWebKit fails to build on Mac OS X after r102776
https://bugs.webkit.org/show_bug.cgi?id=74593

Patch by Alexander Færøy <[email protected]> on 2011-12-15
Reviewed by Simon Hausmann.

CONFIG =+ link_pkgconfig is needed such that the correct parameters
are passed to the compiler.

* DumpRenderTree/qt/DumpRenderTree.pro:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (102904 => 102905)


--- trunk/Tools/ChangeLog	2011-12-15 09:29:56 UTC (rev 102904)
+++ trunk/Tools/ChangeLog	2011-12-15 09:33:24 UTC (rev 102905)
@@ -1,3 +1,15 @@
+2011-12-15  Alexander Færøy  <[email protected]>
+
+        [Qt] QtWebKit fails to build on Mac OS X after r102776
+        https://bugs.webkit.org/show_bug.cgi?id=74593
+
+        Reviewed by Simon Hausmann.
+
+        CONFIG =+ link_pkgconfig is needed such that the correct parameters
+        are passed to the compiler.
+
+        * DumpRenderTree/qt/DumpRenderTree.pro:
+
 2011-12-14  Tony Chang  <[email protected]>
 
         [chromium] Remove redundant third_party entries from chromium DEPS

Modified: trunk/Tools/DumpRenderTree/qt/DumpRenderTree.pro (102904 => 102905)


--- trunk/Tools/DumpRenderTree/qt/DumpRenderTree.pro	2011-12-15 09:29:56 UTC (rev 102904)
+++ trunk/Tools/DumpRenderTree/qt/DumpRenderTree.pro	2011-12-15 09:33:24 UTC (rev 102905)
@@ -28,6 +28,7 @@
 
 contains(config_test_fontconfig, yes) {
     PKGCONFIG += fontconfig
+    CONFIG += link_pkgconfig
 }
 
 HEADERS += \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to