Open mark-summerfield opened 1 week ago
These icons are loaded using Qt Image Format plugins. Qt always supports an imageformat for PNG, but SVG support requires loading the SVG plugin.
I think this only requires linking with QtSvg in LDFLAGS. It may also require the imageformats/svg plugin to be present at runtime.
I'll work on an example solution.
Thank you.
the actual recipe . . . ? wild guess
I have just started trying out miQt using Qt 6.4.2 on Debian. I tried adding an application icon. When I use go-up.png it works fine; but when I use go-up.svg no icon appears.