Skip to content

Commit 5e1e441

Browse files
committed
Add QSCINTILLA_INCLUDE_DIR to custom widgets CMake setup
1 parent c6d8827 commit 5e1e441

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/customwidgets/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ INCLUDE_DIRECTORIES(
114114
)
115115
INCLUDE_DIRECTORIES(SYSTEM
116116
${GEOS_INCLUDE_DIR}
117+
${QSCINTILLA_INCLUDE_DIR}
117118
${Qt5UiPlugin_INCLUDE_DIRS} # For Qt5
118119
${Qt5Designer_INCLUDE_DIRS} # For Qt5
119120
${QT_QTDESIGNER_INCLUDE_DIR} # For Qt4

0 commit comments

Comments
 (0)