File tree 1 file changed +12
-12
lines changed
python/plugins/mapserver_export
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- #TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource
2
- # file or the ui change
3
1
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
9
7
)
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
+
15
15
INSTALL (FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR} /python/plugins/mapserver_export)
You can’t perform that action at this time.
0 commit comments