flherne added a comment.
I got my Kirigami app to load by patching kirigami.{cpp,h}:
Altered `resolveFilePath()` to `return
QStringLiteral("qrc:/android_rcc_bundle/qml/org/kde/kirigami.2/") + path;` and
similarly for `resolveFileUrl()`.
Added
`QResource::registerResource(QStringLiteral("assets:/android_rcc_bundle.rcc"));`
in `registerTypes()` [Qt is supposed to do this, but perhaps not early enough?]
https://codereview.qt-project.org/c/qt/qtbase/+/270573/24 is the relevant Qt
change.
Icons are still broken.
There are probably better ways to solve this.
REPOSITORY
R240 Extra CMake Modules
REVISION DETAIL
https://phabricator.kde.org/D26749
To: vkrause
Cc: flherne, apol, kde-frameworks-devel, kde-buildsystem, LeGast00n, GB_2,
bencreasy, michaelh, ngraham, bruns