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 14cbce3 commit 8dced2cCopy full SHA for 8dced2c
python/plugins/mapserver_export/CMakeLists.txt
@@ -0,0 +1,13 @@
1
+#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource
2
+# file or the ui change
3
+SET(INSTALLER_FILES
4
+icon.png
5
+__init__.py
6
+mapserverexportdialog.py
7
+mapserverexport.py
8
+ms_export.py
9
+resources.py
10
+ui_mapserverexport.py
11
+)
12
+
13
+INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/qgis/python/plugins/mapserver_export)
0 commit comments