File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ SET(QGIS_CUSTOMWIDGETS_HDRS
94
94
# )
95
95
96
96
INCLUDE_DIRECTORIES (
97
- ${CMAKE_CURRENT_SOURCE_DIR}
97
+ ${CMAKE_CURRENT_SOURCE_DIR}
98
98
${CMAKE_CURRENT_SOURCE_DIR} /../core/
99
99
${CMAKE_CURRENT_SOURCE_DIR} /../core/geometry
100
100
${CMAKE_CURRENT_SOURCE_DIR} /../core/symbology-ng/
@@ -109,6 +109,7 @@ INCLUDE_DIRECTORIES(
109
109
)
110
110
INCLUDE_DIRECTORIES (SYSTEM
111
111
${GEOS_INCLUDE_DIR}
112
+ ${QSCINTILLA_INCLUDE_DIR}
112
113
${Qt5UiPlugin_INCLUDE_DIRS}
113
114
${Qt5Designer_INCLUDE_DIRS}
114
115
)
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ INCLUDE_DIRECTORIES(SYSTEM
32
32
${PROJ_INCLUDE_DIR}
33
33
${GEOS_INCLUDE_DIR}
34
34
${QCA_INCLUDE_DIR}
35
+ ${QSCINTILLA_INCLUDE_DIR}
35
36
)
36
37
37
38
#############################################################
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ INCLUDE_DIRECTORIES(SYSTEM
30
30
${GEOS_INCLUDE_DIR}
31
31
${QWT_INCLUDE_DIR}
32
32
${QCA_INCLUDE_DIR}
33
+ ${QSCINTILLA_INCLUDE_DIR}
33
34
)
34
35
35
36
#############################################################
@@ -146,4 +147,3 @@ ADD_QGIS_TEST(editorwidgetregistrytest testqgseditorwidgetregistry.cpp)
146
147
ADD_QGIS_TEST (keyvaluewidgettest testqgskeyvaluewidget.cpp )
147
148
ADD_QGIS_TEST (listwidgettest testqgslistwidget.cpp )
148
149
ADD_QGIS_TEST (filedownloader testqgsfiledownloader.cpp )
149
-
You can’t perform that action at this time.
0 commit comments