Skip to content

Instantly share code, notes, and snippets.

@dakcarto
Created August 15, 2017 01:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dakcarto/15b047b3b775d5063e034ce74dc571ec to your computer and use it in GitHub Desktop.
Save dakcarto/15b047b3b775d5063e034ce74dc571ec to your computer and use it in GitHub Desktop.
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