mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
12 lines
340 B
CMake
12 lines
340 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
|
|
)
|
|
INSTALL(FILES ${VECTOR_GRAPHICS_FILES} logo_small.png DESTINATION ${QGIS_DATA_DIR}/python/plugins/fTools/icons)
|
|
|
|
ADD_SUBDIRECTORY(default)
|
|
ADD_SUBDIRECTORY(gis)
|