mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-10 00:13:55 -04:00
3 lines
120 B
CMake
3 lines
120 B
CMake
FILE(GLOB ICON_FILES *.png *.xpm toolbar/*.png)
|
|
INSTALL(FILES ${ICON_FILES} DESTINATION ${DB_MANAGER_PLUGIN_DIR}/icons)
|