mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8316 c8812cc2-4d05-0410-92ff-de0c093fc19c
15 lines
357 B
CMake
15 lines
357 B
CMake
#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource
|
|
# file or the ui change
|
|
SET(INSTALLER_FILES
|
|
dialog.py
|
|
gui.py
|
|
icon.xpm
|
|
__init__.py
|
|
installer_plugin.py
|
|
qgis_plugins.py
|
|
resources.py
|
|
repository_ui.py
|
|
repository_dialog.py
|
|
)
|
|
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/plugin_installer)
|