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 40b62d3 commit bee4994Copy full SHA for bee4994
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