[QGIS Commit] r12032 - trunk/qgis/python/plugins/mapserver_export

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Nov 8 14:47:21 EST 2009


Author: jef
Date: 2009-11-08 14:47:20 -0500 (Sun, 08 Nov 2009)
New Revision: 12032

Modified:
   trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt
Log:
update mapserver export cmakelist

Modified: trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt
===================================================================
--- trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt	2009-11-08 19:34:54 UTC (rev 12031)
+++ trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt	2009-11-08 19:47:20 UTC (rev 12032)
@@ -1,15 +1,15 @@
-#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource
-#      file or the ui change
 SET(INSTALLER_FILES
-mapserver_export.png
-__init__.py
-mapserverexportdialog.py
-mapserverexport.py
-ms_export.py
+        mapserver_export.png
+        __init__.py
+        mapserverexportdialog.py
+        mapserverexport.py
+        ms_export.py
 )
-PYQT4_WRAP_UI(PYUI_FILES qgsmapserverexportbase.ui) 
-	 	PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc) 
-ADD_CUSTOM_TARGET(mapserverexport ALL DEPENDS ${PYUI_FILES} ${PYRC_FILES}) 
-	 	 
-SET(INSTALLER_FILES ${INSTALLER_FILES} ${PYUI_FILES} ${PYRC_FILES}) 
+
+PYQT4_WRAP_UI(PYUI_FILES qgsmapserverexportbase.ui)
+PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc)
+ADD_CUSTOM_TARGET(mapserverexport ALL DEPENDS ${PYUI_FILES} ${PYRC_FILES})
+
+SET(INSTALLER_FILES ${INSTALLER_FILES} ${PYUI_FILES} ${PYRC_FILES})
+
 INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/mapserver_export)



More information about the QGIS-commit mailing list