Created
March 18, 2016 18:40
-
-
Save vitallium/a5f6b0d412080c0a43c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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