Sandro Santilli 8ca2236134 Add a PLUGIN_INSTALL cmake macro and use it from db_manager plugin
One step forward toward closing http://hub.qgis.org/issues/5879
Next all pugins should be converted to use of the macro...
2012-10-20 01:17:37 +02:00

4 lines
96 B
CMake

FILE(GLOB ICON_FILES *.png *.xpm toolbar/*.png)
PLUGIN_INSTALL(db_manager icons ${ICON_FILES})