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 8806d8d commit 6f7892bCopy full SHA for 6f7892b
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