Skip to content

Commit fbddab3

Browse files
author
jef
committed
update mapserver export cmakelist
git-svn-id: http://svn.osgeo.org/qgis/trunk@12032 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4437567 commit fbddab3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
+12-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource
2-
# file or the ui change
31
SET(INSTALLER_FILES
4-
mapserver_export.png
5-
__init__.py
6-
mapserverexportdialog.py
7-
mapserverexport.py
8-
ms_export.py
2+
mapserver_export.png
3+
__init__.py
4+
mapserverexportdialog.py
5+
mapserverexport.py
6+
ms_export.py
97
)
10-
PYQT4_WRAP_UI(PYUI_FILES qgsmapserverexportbase.ui)
11-
PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc)
12-
ADD_CUSTOM_TARGET(mapserverexport ALL DEPENDS ${PYUI_FILES} ${PYRC_FILES})
13-
14-
SET(INSTALLER_FILES ${INSTALLER_FILES} ${PYUI_FILES} ${PYRC_FILES})
8+
9+
PYQT4_WRAP_UI(PYUI_FILES qgsmapserverexportbase.ui)
10+
PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc)
11+
ADD_CUSTOM_TARGET(mapserverexport ALL DEPENDS ${PYUI_FILES} ${PYRC_FILES})
12+
13+
SET(INSTALLER_FILES ${INSTALLER_FILES} ${PYUI_FILES} ${PYRC_FILES})
14+
1515
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/mapserver_export)

0 commit comments

Comments
 (0)