Title: [102806] trunk/Tools
- Revision
- 102806
- Author
- o...@webkit.org
- Date
- 2011-12-14 11:43:22 -0800 (Wed, 14 Dec 2011)
Log Message
[Qt] Test fonts are not used with Qt5
https://bugs.webkit.org/show_bug.cgi?id=72513
MIPS and SH4 buildfix after r102776 and r102795.
Patch by Holger Hans Peter Freyther <hol...@moiji-mobile.com> on 2011-12-14
Reviewed by Csaba Osztrogonác.
* qmake/mkspecs/features/features.prf:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (102805 => 102806)
--- trunk/Tools/ChangeLog 2011-12-14 19:41:22 UTC (rev 102805)
+++ trunk/Tools/ChangeLog 2011-12-14 19:43:22 UTC (rev 102806)
@@ -1,3 +1,14 @@
+2011-12-14 Holger Hans Peter Freyther <hol...@moiji-mobile.com>
+
+ [Qt] Test fonts are not used with Qt5
+ https://bugs.webkit.org/show_bug.cgi?id=72513
+
+ MIPS and SH4 buildfix after r102776 and r102795.
+
+ Reviewed by Csaba Osztrogonác.
+
+ * qmake/mkspecs/features/features.prf:
+
2011-12-14 Csaba Osztrogonác <o...@webkit.org>
[Qt] Unreviewed speculative MIPS and SH4 buildfix after r102776.
Modified: trunk/Tools/qmake/mkspecs/features/features.prf (102805 => 102806)
--- trunk/Tools/qmake/mkspecs/features/features.prf 2011-12-14 19:41:22 UTC (rev 102805)
+++ trunk/Tools/qmake/mkspecs/features/features.prf 2011-12-14 19:43:22 UTC (rev 102806)
@@ -46,7 +46,7 @@
}
# We need fontconfig to set up the test fonts for DumpRenderTree and WebKitTestRunner.
-haveQt(5):contains(config_test_fontconfig, yes)|haveQt(4):unix:!mac:!mips:!*sh4* {
+haveQt(5):contains(config_test_fontconfig, yes)|haveQt(4):unix:!mac:!embedded {
DEFINES += HAVE_FONTCONFIG=1
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes