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 023703c commit 789ac6fCopy full SHA for 789ac6f
python/plugins/mapserver_export/CMakeLists.txt
@@ -9,5 +9,9 @@ ms_export.py
9
resources.py
10
ui_mapserverexport.py
11
)
12
-
+PYQT4_WRAP_UI(PYUI_FILES qgsmapserverexportbase.ui)
13
+ PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc)
14
+ADD_CUSTOM_TARGET(mapserverexport ALL DEPENDS ${PYUI_FILES} ${PYRC_FILES})
15
+
16
+SET(INSTALLER_FILES ${INSTALLER_FILES} ${PYUI_FILES} ${PYRC_FILES})
17
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/mapserver_export)
0 commit comments