mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-18 00:04:02 -04:00
add QScintilla2 include directory to python bindings and oracle provider
(fixes #11528)
This commit is contained in:
parent
1baba3aee6
commit
51e01d6d1c
@ -72,6 +72,7 @@ INCLUDE_DIRECTORIES(
|
||||
${GEOS_INCLUDE_DIR}
|
||||
${QWT_INCLUDE_DIR}
|
||||
${QEXTSERIALPORT_INCLUDE_DIR}
|
||||
${QSCINTILLA_INCLUDE_DIR}
|
||||
|
||||
../src/core
|
||||
../src/core/pal
|
||||
|
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user