;=)
Forget my question, macdeployqt just purged my svg icon engine ;)
Greetings
Christoph
- Am 21. Okt 2015 um 20:00 schrieb cullmann cullm...@absint.com:
> Hi,
>
> I tried to set the icon search path relative to the application directory,
> e.g.
> like:
>
> QIcon::setThemeName(QStringLi
Hi,
I tried to set the icon search path relative to the application directory, e.g.
like:
QIcon::setThemeName(QStringLiteral("breeze"));
QIcon::setThemeSearchPaths(QStringList() <<
QCoreApplication::applicationDirPath() + QStringLiteral("/../Resources/icons"));
with breeze dir inside the "ic