Skip to content

Instantly share code, notes, and snippets.

@vitallium
Created March 18, 2016 18:40
Show Gist options
  • Select an option

  • Save vitallium/a5f6b0d412080c0a43c8 to your computer and use it in GitHub Desktop.

Select an option

Save vitallium/a5f6b0d412080c0a43c8 to your computer and use it in GitHub Desktop.
diff --git a/Tools/qmake/mkspecs/features/default_post.prf b/Tools/qmake/mkspecs/features/default_post.prf
index 39bb3f7..1358083 100644
--- a/Tools/qmake/mkspecs/features/default_post.prf
+++ b/Tools/qmake/mkspecs/features/default_post.prf
@@ -48,7 +48,10 @@ DEFINES += $$configDefines()
INCLUDEPATH += \
$${ROOT_WEBKIT_DIR}/Source \
- $${ROOT_BUILD_DIR}/Source/include
+ $${ROOT_BUILD_DIR}/Source/include \
+ $${ROOT_WEBKIT_DIR}/Source/ThirdParty/icu/include
+
+win*: QMAKE_LIBDIR += $${ROOT_WEBKIT_DIR}/Source/ThirdParty/icu/lib
CONFIG -= warn_on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment