We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f02ea commit 8ef0d1fCopy full SHA for 8ef0d1f
python/CMakeLists.txt
@@ -325,6 +325,7 @@ FOREACH(module ${PY_MODULES})
325
file(READ ${pyfile} CONTENTS)
326
file(APPEND ${QGIS_PYTHON_OUTPUT_DIRECTORY}/${module}/__init__.py "${CONTENTS}")
327
ENDFOREACH(pyfile)
328
+ INSTALL(FILES ${QGIS_PYTHON_OUTPUT_DIRECTORY}/${module}/__init__.py DESTINATION "${QGIS_PYTHON_DIR}/${module}")
329
330
FILE(GLOB PY_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${module}/*.py)
331
INSTALL(FILES ${PY_FILES} DESTINATION "${QGIS_PYTHON_DIR}/${module}")
0 commit comments