We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e852efa commit 9a0c4ffCopy full SHA for 9a0c4ff
python/plugins/mapserver_export/CMakeLists.txt
@@ -8,8 +8,7 @@ SET(INSTALLER_FILES
8
9
PYQT4_WRAP_UI(PYUI_FILES qgsmapserverexportbase.ui)
10
PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc)
11
-ADD_CUSTOM_TARGET(mapserverexport ALL DEPENDS ${PYUI_FILES} ${PYRC_FILES})
12
13
SET(INSTALLER_FILES ${INSTALLER_FILES} ${PYUI_FILES} ${PYRC_FILES})
14
15
-INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/mapserver_export)
+PLUGIN_INSTALL(mapserver_export . ${INSTALLER_FILES})
0 commit comments