mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -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
12 lines
276 B
CMake
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)
|