mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
minor cleaning of python/CMakeLists.txt
This commit is contained in:
parent
b8b01acb41
commit
883e4f3619
@ -113,6 +113,8 @@ INCLUDE_DIRECTORIES(
|
||||
../src/core/scalebar
|
||||
../src/core/symbology-ng
|
||||
|
||||
../src/gui
|
||||
../src/gui/symbology-ng
|
||||
../src/gui/raster
|
||||
../src/gui/attributetable
|
||||
../src/gui/auth
|
||||
@ -121,8 +123,12 @@ INCLUDE_DIRECTORIES(
|
||||
../src/gui/effects
|
||||
../src/gui/layertree
|
||||
|
||||
../src/plugins
|
||||
|
||||
${CMAKE_BINARY_DIR} # qgsconfig.h, qgsversion.h
|
||||
${CMAKE_BINARY_DIR}/src/core
|
||||
${CMAKE_BINARY_DIR}/src/gui
|
||||
${CMAKE_BINARY_DIR}/src/ui
|
||||
${CMAKE_BINARY_DIR}/src/analysis
|
||||
)
|
||||
|
||||
@ -147,15 +153,6 @@ GENERATE_SIP_PYTHON_MODULE_CODE(qgis._core core/core.sip cpp_files)
|
||||
BUILD_SIP_PYTHON_MODULE(qgis._core core/core.sip ${cpp_files} "" qgis_core)
|
||||
SET(SIP_CORE_CPP_FILES ${cpp_files})
|
||||
|
||||
# additional gui includes
|
||||
INCLUDE_DIRECTORIES(
|
||||
../src/gui
|
||||
../src/gui/symbology-ng
|
||||
../src/plugins
|
||||
${CMAKE_BINARY_DIR}/src/gui
|
||||
${CMAKE_BINARY_DIR}/src/ui
|
||||
)
|
||||
|
||||
# gui module
|
||||
FILE(GLOB_RECURSE sip_files_gui gui/*.sip)
|
||||
SET(SIP_EXTRA_FILES_DEPEND ${sip_files_core} ${sip_files_gui})
|
||||
|
Loading…
x
Reference in New Issue
Block a user