QGIS/python/plugins/fTools/icons/CMakeLists.txt
Larry Shaffer 121e4fec1c Condense app icon themes down to just one, based upon 'gis' theme
- 'gis' theme copied over default
- All other themes removed, available here:
  http://drive.dakotacarto.com/qgis/QGIS-images_pre-gis-theme-switch.zip
- Make sure new default overrides removed themes
- Update some tool buttons for consistency
2013-04-15 17:58:14 -06:00

12 lines
276 B
CMake

#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource
# file or the ui change
SET(VECTOR_GRAPHICS_FILES
gis-0.1.svg
logo.svg
menu_icons.svg
)
PLUGIN_INSTALL(fTools icons ${VECTOR_GRAPHICS_FILES} logo_small.png)
ADD_SUBDIRECTORY(default)