add QScintilla2 include directory to python bindings and oracle provider

(fixes #11528)
This commit is contained in:
Juergen E. Fischer 2014-11-02 20:50:48 +01:00
parent 1baba3aee6
commit 51e01d6d1c
2 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ INCLUDE_DIRECTORIES(
${GEOS_INCLUDE_DIR}
${QWT_INCLUDE_DIR}
${QEXTSERIALPORT_INCLUDE_DIR}
${QSCINTILLA_INCLUDE_DIR}
../src/core
../src/core/pal

View File

@ -37,6 +37,7 @@ INCLUDE_DIRECTORIES(
${GEOS_INCLUDE_DIR}
${CMAKE_CURRENT_BINARY_DIR}/../../ui
${QT_QTSQL_INCLUDEDIR}
${QSCINTILLA_INCLUDE_DIR}
)
ADD_LIBRARY (oracleprovider MODULE ${ORACLE_SRCS} ${ORACLE_MOC_SRCS})