D26749: WIP: Support NDK r20 and Qt 5.14
Francis Herne
noreply at phabricator.kde.org
Tue Feb 4 17:15:01 GMT 2020
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-buildsystem/attachments/20200204/12a9576e/attachment.html>
More information about the Kde-buildsystem
mailing list