mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Added row highlighting to plugin list. Added wait cursor when fetching the plugin list and during install. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7447 c8812cc2-4d05-0410-92ff-de0c093fc19c
13 lines
337 B
CMake
13 lines
337 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
|
|
)
|
|
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/qgis/python/plugins/plugin_installer)
|