Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
python/CMakeLists.txt
|
@@ -145,7 +145,7 @@ FILE(GLOB_RECURSE sip_files_gui gui/*.sip) |
|
|
SET(SIP_EXTRA_FILES_DEPEND ${sip_files_core} ${sip_files_gui}) |
|
|
SET(SIP_EXTRA_OPTIONS ${PYQT4_SIP_FLAGS} -o -a ${CMAKE_BINARY_DIR}/python/qgis.gui.api) |
|
|
IF(WITH_INTERNAL_QSCINTILLA2_SIPS) |
|
|
SET(SIP_EXTRA_OPTIONS ${SIP_EXTRA_OPTIONS} -I ${CMAKE_SOURCE_DIR}/ext-libs/python-qscintilla2) |
|
|
SET(SIP_EXTRA_OPTIONS ${SIP_EXTRA_OPTIONS} -I ${CMAKE_CURRENT_SOURCE_DIR}/ext-libs/python-qscintilla2) |
|
|
ENDIF(WITH_INTERNAL_QSCINTILLA2_SIPS) |
|
|
|
|
|
IF(UNIX AND NOT SIP_VERSION_NUM LESS 265984) |
|
|