Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
let's build python API for server....
is it just me or it was never built?
  • Loading branch information
3nids committed Jan 16, 2018
1 parent 5bdd6da commit d1a922b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/CMakeLists.txt
Expand Up @@ -219,9 +219,7 @@ IF (WITH_SERVER AND WITH_SERVER_PLUGINS)

SET(PY_MODULES ${PY_MODULES} server)

FILE(GLOB sip_files_server
server/server.sip
)
FILE(GLOB_RECURSE sip_files_server server/*.sip)
SET(SIP_EXTRA_FILES_DEPEND ${sip_files_core} ${sip_files_server})
SET(SIP_EXTRA_OPTIONS ${PYQT_SIP_FLAGS} -o -a ${CMAKE_BINARY_DIR}/python/qgis.server.api)
GENERATE_SIP_PYTHON_MODULE_CODE(qgis._server server/server.sip cpp_files)
Expand Down

1 comment on commit d1a922b

@3nids
Copy link
Member Author

@3nids 3nids commented on d1a922b Jan 16, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just fixes the dependencies...
did want to PR from the web interface, failed

Please sign in to comment.