mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
- '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
7 lines
137 B
CMake
7 lines
137 B
CMake
ADD_SUBDIRECTORY(plugins)
|
|
|
|
FILE(GLOB IMAGES *.png *.svg)
|
|
|
|
INSTALL (FILES ${IMAGES}
|
|
DESTINATION ${QGIS_DATA_DIR}/themes/default)
|