mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
fixed empty CMakeLists.txt for the mapserver_export plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@7929 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
14cbce3c86
commit
8dced2c3c1
@ -0,0 +1,13 @@
|
|||||||
|
#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource
|
||||||
|
# file or the ui change
|
||||||
|
SET(INSTALLER_FILES
|
||||||
|
icon.png
|
||||||
|
__init__.py
|
||||||
|
mapserverexportdialog.py
|
||||||
|
mapserverexport.py
|
||||||
|
ms_export.py
|
||||||
|
resources.py
|
||||||
|
ui_mapserverexport.py
|
||||||
|
)
|
||||||
|
|
||||||
|
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/qgis/python/plugins/mapserver_export)
|
Loading…
x
Reference in New Issue
Block a user