D28068: Cleanup file resolving

Keith Zubot-Gephart noreply at phabricator.kde.org
Tue Mar 17 05:59:53 GMT 2020


keithzg requested changes to this revision.
keithzg added a comment.
This revision now requires changes to proceed.


  Compiles when included in an Android Debug build but when attempting to run an application I hit an immediate crash on startup with:
  
  name=Android logcat
    QQmlApplicationEngine failed to load component
    qrc:/qml/main.qml:8:1: Type Kirigami.ApplicationWindow unavailable
    qrc:/android_rcc_bundle/qml/org/kde/kirigami.2/ApplicationWindow.qml: No such file or directory
  
  Trying an Android Release compile still fails on the pre-exisiting error of being unable to include `<qrc_kirigami.cpp>` in
  
  name=kirigamiplugin.cpp
    #ifdef KIRIGAMI_BUILD_TYPE_STATIC
    #include <qrc_kirigami.cpp>
    #endif
  
  So unfortunately nothing is better and one side of things is worse, from the perspective of Android + QMake :(

REPOSITORY
  R169 Kirigami

REVISION DETAIL
  https://phabricator.kde.org/D28068

To: nicolasfella, #kirigami, mart, keithzg, vkrause
Cc: broulik, plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, ngraham, apol, ahiemstra, davidedmundson, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200317/5ed77319/attachment.html>


More information about the Plasma-devel mailing list