QGIS/python/plugins/GdalTools/icons/CMakeLists.txt

3 lines
117 B
CMake
Raw Normal View History

FILE(GLOB ICON_FILES *.png)
INSTALL(FILES ${ICON_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/GdalTools/icons)