Title: [126575] trunk/Source/WTF
Revision
126575
Author
[email protected]
Date
2012-08-24 06:04:06 -0700 (Fri, 24 Aug 2012)

Log Message

[Qt] Be more explicit about the ICU dependency in the error message

Rubber-stamped by Simon Hausmann.

When building QtWebKit with a Qt5 which was not configured with libICU support
the error message is somewhat ambiguous about the indirect dependency.

* WTF.pri:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (126574 => 126575)


--- trunk/Source/WTF/ChangeLog	2012-08-24 12:23:37 UTC (rev 126574)
+++ trunk/Source/WTF/ChangeLog	2012-08-24 13:04:06 UTC (rev 126575)
@@ -1,3 +1,14 @@
+2012-08-24  Andras Becsi  <[email protected]>
+
+        [Qt] Be more explicit about the ICU dependency in the error message
+
+        Rubber-stamped by Simon Hausmann.
+
+        When building QtWebKit with a Qt5 which was not configured with libICU support
+        the error message is somewhat ambiguous about the indirect dependency.
+
+        * WTF.pri:
+
 2012-08-23  Julien Chaffraix  <[email protected]>
 
         [Chromium] Enable AtomicString && CString && WTFString && StringImpl unit tests

Modified: trunk/Source/WTF/WTF.pri (126574 => 126575)


--- trunk/Source/WTF/WTF.pri	2012-08-24 12:23:37 UTC (rev 126574)
+++ trunk/Source/WTF/WTF.pri	2012-08-24 13:04:06 UTC (rev 126575)
@@ -18,7 +18,7 @@
         win32: LIBS += -licuin -licuuc -licudt
         else: LIBS += -licui18n -licuuc -licudata
     } else {
-        error("To build QtWebKit with Qt 5 you need ICU")
+        error("To build QtWebKit with Qt 5 you need to build Qt 5 with libICU support. Check for ICU support being mentioned in qtbase/config.summary.")
     }
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to