QGIS/python/plugins/fTools/icons/CMakeLists.txt
2011-05-27 22:45:08 +02:00

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)