Install missing icon

This commit is contained in:
Borys Jurgiel 2017-11-22 22:14:34 +01:00
parent 94a1e68a25
commit 6728e6a766

View File

@ -1,3 +1,3 @@
FILE(GLOB ICON_FILES *.gif *.png *.xpm toolbar/*.png)
FILE(GLOB ICON_FILES *.gif *.png *svg *.xpm toolbar/*.png)
PLUGIN_INSTALL(db_manager icons ${ICON_FILES})