Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add QScintilla2 include directory to python bindings and oracle provider
(fixes #11528)
  • Loading branch information
jef-n committed Nov 5, 2014
1 parent 64b634f commit 2bf465a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/CMakeLists.txt
Expand Up @@ -72,6 +72,7 @@ INCLUDE_DIRECTORIES(
${GEOS_INCLUDE_DIR}
${QWT_INCLUDE_DIR}
${QEXTSERIALPORT_INCLUDE_DIR}
${QSCINTILLA_INCLUDE_DIR}

../src/core
../src/core/pal
Expand Down
1 change: 1 addition & 0 deletions src/providers/oracle/CMakeLists.txt
Expand Up @@ -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})
Expand Down

0 comments on commit 2bf465a

Please sign in to comment.