Title: [119704] trunk/Source/WTF
- Revision
- 119704
- Author
- [email protected]
- Date
- 2012-06-07 04:39:58 -0700 (Thu, 07 Jun 2012)
Log Message
[Qt][Win] Fix linking WTF with ICU
https://bugs.webkit.org/show_bug.cgi?id=88302
Reviewed by Simon Hausmann.
* WTF.pri: Use proper library names on win32 platforms.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (119703 => 119704)
--- trunk/Source/WTF/ChangeLog 2012-06-07 11:25:46 UTC (rev 119703)
+++ trunk/Source/WTF/ChangeLog 2012-06-07 11:39:58 UTC (rev 119704)
@@ -1,3 +1,12 @@
+2012-06-07 Csaba Osztrogonác <[email protected]>
+
+ [Qt][Win] Fix linking WTF with ICU
+ https://bugs.webkit.org/show_bug.cgi?id=88302
+
+ Reviewed by Simon Hausmann.
+
+ * WTF.pri: Use proper library names on win32 platforms.
+
2012-06-06 Michael Saboff <[email protected]>
ENH: Add Logging to GC Marking Phase
Modified: trunk/Source/WTF/WTF.pri (119703 => 119704)
--- trunk/Source/WTF/WTF.pri 2012-06-07 11:25:46 UTC (rev 119703)
+++ trunk/Source/WTF/WTF.pri 2012-06-07 11:39:58 UTC (rev 119704)
@@ -27,7 +27,8 @@
LIBS += -licucore
} else {
contains(QT_CONFIG,icu) {
- LIBS += -licui18n -licuuc -licudata
+ win32: LIBS += -licuin -licuuc -licudt
+ else: LIBS += -licui18n -licuuc -licudata
} else {
error("To build QtWebKit with Qt 5 you need ICU")
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes