Skip to content

Don't install QML files on Android

Volker Krause requested to merge work/vkrause/android-no-qml-install into master

We have those embedded as QRC already anyway (on all platforms), and on Android those are actually used in favor to the ones on disk.

See Kirigami::StyleSelector::resolveFileX().

Merge request reports