Created
August 15, 2017 01:42
-
-
Save dakcarto/15b047b3b775d5063e034ce74dc571ec 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 c914eb11fa7..3f3c9151155 100644 | |
--- a/src/customwidgets/CMakeLists.txt | |
+++ b/src/customwidgets/CMakeLists.txt | |
@@ -116,6 +116,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