Skip to content

Build without KIconThemes on Android

Nicolas Fella requested to merge work/nokiconthemes into master

On Android we don't want to use KIconThemes. Linking against it actually breaks icon loading and nobody figured out why.

Instead fall back to QIcon::fromTheme like the default Kirigami impl.

Merge request reports