https://bugs.kde.org/show_bug.cgi?id=386113
Bug ID: 386113 Summary: Kirigami app dies on android (using qmake ) Product: frameworks-kirigami Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: notm...@gmail.com Reporter: chigui...@unal.edu.co Target Milestone: Not decided I can deploy any qml project with qtcreator to my android device without problems. The minimalqmake example on the Kirigami repo crashes both on desktop and android for me. on desktop it exits with code 255 I used the same structure of the minimalqmake example for qmake with another example and it all works fine in the desktop, and also builds on android but crashes Here's the project: https://github.com/milohr/medOS-kirigami I'm cloning the breeze-icons and kirigami into the 3rdparty folder, as mentioned in the api doc. The app builds okay on the desktop and on android, but it dies because of problems with kirigami and i get error messages and warnings when compiling like : Warning: QML import could not be resolved in any of the import paths: org.kde.kirigami -- Adding '/home/camilo/Desktop/medOS_App/3rdparty/kirigami/autotests/tests' as QML dependency -- Skipping because file does not exist. This is the full compiler log: https://paste.kde.org/poec9v793 And when it builds and installs the apk on my android device the app dies with this error: W/libmedOS_App.so( 5081): qrc:/styles/org.kde.desktop/Units.qml:100 QtQuickControlsPrivate.StyleItem is not a type This is the full application output log: https://paste.kde.org/pgpbgyczx The app on android dies at: if (engine.rootObjects().isEmpty()) return -1; -- You are receiving this mail because: You are watching all bug changes.