<table><tr><td style="">flherne added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D26749">View Revision</a></tr></table><br /><div><div><p>I got my Kirigami app to load by patching kirigami.{cpp,h}:</p>

<p>Altered <tt style="background: #ebebeb; font-size: 13px;">resolveFilePath()</tt> to <tt style="background: #ebebeb; font-size: 13px;">return QStringLiteral("qrc:/android_rcc_bundle/qml/org/kde/kirigami.2/") + path;</tt> and similarly for <tt style="background: #ebebeb; font-size: 13px;">resolveFileUrl()</tt>.</p>

<p>Added <tt style="background: #ebebeb; font-size: 13px;">QResource::registerResource(QStringLiteral("assets:/android_rcc_bundle.rcc"));</tt> in <tt style="background: #ebebeb; font-size: 13px;">registerTypes()</tt> [Qt is supposed to do this, but perhaps not early enough?]</p>

<p><a href="https://codereview.qt-project.org/c/qt/qtbase/+/270573/24" class="remarkup-link" target="_blank" rel="noreferrer">https://codereview.qt-project.org/c/qt/qtbase/+/270573/24</a> is the relevant Qt change.</p>

<p>Icons are still broken.<br />
There are probably better ways to solve this.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R240 Extra CMake Modules</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D26749">https://phabricator.kde.org/D26749</a></div></div><br /><div><strong>To: </strong>vkrause<br /><strong>Cc: </strong>flherne, apol, kde-frameworks-devel, kde-buildsystem, LeGast00n, GB_2, bencreasy, michaelh, ngraham, bruns<br /></div>