mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
One step forward toward closing http://hub.qgis.org/issues/5879 Next all pugins should be converted to use of the macro...
4 lines
96 B
CMake
4 lines
96 B
CMake
FILE(GLOB ICON_FILES *.png *.xpm toolbar/*.png)
|
|
|
|
PLUGIN_INSTALL(db_manager icons ${ICON_FILES})
|