mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
update mapserver export cmakelist
git-svn-id: http://svn.osgeo.org/qgis/trunk@12032 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
4437567aad
commit
fbddab3e91
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user