Nyall Dawson b369f1e1b0 Port dbmanager away from compiled resources
These are not recommended, and removed in PyQt6
2024-02-28 11:23:47 +10:00

4 lines
94 B
CMake

file(GLOB ICON_FILES *.gif *.png *.svg *.xpm)
PLUGIN_INSTALL(db_manager icons ${ICON_FILES})