Skip to content

Commit

Permalink
Add QSCINTILLA_INCLUDE_DIR to custom widgets CMake setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Aug 15, 2017
1 parent c6d8827 commit 5e1e441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/customwidgets/CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit 5e1e441

Please sign in to comment.