summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/WTF/WTF.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WTF/WTF.pri b/Source/WTF/WTF.pri
index a9a950012..a2f6aaa1b 100644
--- a/Source/WTF/WTF.pri
+++ b/Source/WTF/WTF.pri
@@ -11,7 +11,7 @@ INCLUDEPATH += $$PWD
mac {
# Mac OS does ship libicu but not the associated header files.
# Therefore WebKit provides adequate header files.
- INCLUDEPATH += $${ROOT_WEBKIT_DIR}/Source/WTF/icu
+ INCLUDEPATH = $${ROOT_WEBKIT_DIR}/Source/WTF/icu $$INCLUDEPATH
LIBS += -licucore
} else {
contains(QT_CONFIG,icu) {