Title: [103164] trunk/Tools
- Revision
- 103164
- Author
- [email protected]
- Date
- 2011-12-17 19:35:12 -0800 (Sat, 17 Dec 2011)
Log Message
[Qt] Fix QtTestBrowser compilation with QtWidgets module
https://bugs.webkit.org/show_bug.cgi?id=74791
Patch by Adenilson Cavalcanti <[email protected]> on 2011-12-17
Reviewed by Andreas Kling.
* QtTestBrowser/QtTestBrowser.pro:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (103163 => 103164)
--- trunk/Tools/ChangeLog 2011-12-18 03:32:32 UTC (rev 103163)
+++ trunk/Tools/ChangeLog 2011-12-18 03:35:12 UTC (rev 103164)
@@ -1,3 +1,12 @@
+2011-12-17 Adenilson Cavalcanti <[email protected]>
+
+ [Qt] Fix QtTestBrowser compilation with QtWidgets module
+ https://bugs.webkit.org/show_bug.cgi?id=74791
+
+ Reviewed by Andreas Kling.
+
+ * QtTestBrowser/QtTestBrowser.pro:
+
2011-12-17 Kentaro Hara <[email protected]>
Remove top-level code completely from prepare-ChangeLog
Modified: trunk/Tools/QtTestBrowser/QtTestBrowser.pro (103163 => 103164)
--- trunk/Tools/QtTestBrowser/QtTestBrowser.pro 2011-12-18 03:32:32 UTC (rev 103163)
+++ trunk/Tools/QtTestBrowser/QtTestBrowser.pro 2011-12-18 03:35:12 UTC (rev 103164)
@@ -42,8 +42,9 @@
DESTDIR = $$ROOT_BUILD_DIR/bin
QT += network
+
macx:QT += xml
-haveQt(5): QT += printsupport
+haveQt(5): QT += printsupport widgets
!embedded: PKGCONFIG += fontconfig
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes