Skip to content

Commit 8dced2c

Browse files
author
gsherman
committed
fixed empty CMakeLists.txt for the mapserver_export plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@7929 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 14cbce3 commit 8dced2c

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)