We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a448d95 commit 70edae8Copy full SHA for 70edae8
python/plugins/mapserver_export/CMakeLists.txt
@@ -10,4 +10,4 @@ resources.py
10
ui_mapserverexport.py
11
)
12
13
-INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${DEFAULT_DATA_SUBDIR}/python/plugins/mapserver_export)
+INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/mapserver_export)
python/plugins/plugin_installer/CMakeLists.txt
@@ -11,4 +11,4 @@ resources.py
repository_ui.py
repository_dialog.py
14
-INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${DEFAULT_DATA_SUBDIR}/python/plugins/plugin_installer)
+INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/plugin_installer)
0 commit comments