Skip to content

Commit 6f7892b

Browse files
author
gsherman
committedJan 11, 2008

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.