Created
August 15, 2017 01:33
-
-
Save dakcarto/cc7f7324b01cd71dc79aca58289cbfbe to your computer and use it in GitHub Desktop.
This file contains 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/src/customwidgets/CMakeLists.txt b/src/customwidgets/CMakeLists.txt | |
index f0af8698fc7..0d71a3672a1 100644 | |
--- a/src/customwidgets/CMakeLists.txt | |
+++ b/src/customwidgets/CMakeLists.txt | |
@@ -114,6 +114,7 @@ INCLUDE_DIRECTORIES( | |
) | |
INCLUDE_DIRECTORIES(SYSTEM | |
${GEOS_INCLUDE_DIR} | |
+ ${QSCINTILLA_INCLUDE_DIR} | |
${Qt5UiPlugin_INCLUDE_DIRS} # For Qt5 | |
${Qt5Designer_INCLUDE_DIRS} # For Qt5 | |
${QT_QTDESIGNER_INCLUDE_DIR} # For Qt4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment