Skip to content

Commit a8ba123

Browse files
committedSep 26, 2014
Followup to da3516c; find custom prefix QScintilla include directories
1 parent 43710ce commit a8ba123

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
 

‎src/providers/mssql/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ INCLUDE_DIRECTORIES(
1212
${GDAL_INCLUDE_DIR}
1313
${GEOS_INCLUDE_DIR}
1414
${QT_INCLUDE_DIR}
15+
${QSCINTILLA_INCLUDE_DIR}
1516
../../gui
1617
${CMAKE_CURRENT_BINARY_DIR}/../../ui
1718
)

‎src/providers/postgres/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ INCLUDE_DIRECTORIES(
3434
../../core
3535
${POSTGRES_INCLUDE_DIR}
3636
${GEOS_INCLUDE_DIR}
37+
${QSCINTILLA_INCLUDE_DIR}
3738
../../core
3839
../../gui
3940
${CMAKE_CURRENT_BINARY_DIR}/../../ui

‎src/providers/spatialite/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ENDIF(SPATIALITE_VERSION_G_4_1_1)
3939

4040

4141
INCLUDE_DIRECTORIES(
42+
${QSCINTILLA_INCLUDE_DIR}
4243
../../core
4344
../../gui
4445
${CMAKE_CURRENT_BINARY_DIR}/../../ui

0 commit comments

Comments
 (0)
Please sign in to comment.