Skip to content

Commit

Permalink
Followup to da3516c; find custom prefix QScintilla include directories
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Sep 26, 2014
1 parent 43710ce commit a8ba123
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/mssql/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ INCLUDE_DIRECTORIES(
${GDAL_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
${QT_INCLUDE_DIR}
${QSCINTILLA_INCLUDE_DIR}
../../gui
${CMAKE_CURRENT_BINARY_DIR}/../../ui
)
Expand Down
1 change: 1 addition & 0 deletions src/providers/postgres/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ INCLUDE_DIRECTORIES(
../../core
${POSTGRES_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
${QSCINTILLA_INCLUDE_DIR}
../../core
../../gui
${CMAKE_CURRENT_BINARY_DIR}/../../ui
Expand Down
1 change: 1 addition & 0 deletions src/providers/spatialite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ENDIF(SPATIALITE_VERSION_G_4_1_1)


INCLUDE_DIRECTORIES(
${QSCINTILLA_INCLUDE_DIR}
../../core
../../gui
${CMAKE_CURRENT_BINARY_DIR}/../../ui
Expand Down

0 comments on commit a8ba123

Please sign in to comment.