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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Nov 7 14:02:03 EST 2009


Author: timlinux
Date: 2009-11-07 14:02:02 -0500 (Sat, 07 Nov 2009)
New Revision: 11970

Modified:
   trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt
Log:
Fix compile error

Modified: trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt
===================================================================
--- trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt	2009-11-07 18:46:24 UTC (rev 11969)
+++ trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt	2009-11-07 19:02:02 UTC (rev 11970)
@@ -9,5 +9,9 @@
 resources.py
 ui_mapserverexport.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}) 
 INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/mapserver_export)



More information about the QGIS-commit mailing list