<div dir="ltr"><div>Hi, sorry for spamming but in my last message i was missing some information.  </div><div><br></div><div>I'm trying to build an application using Kirigami, but i'm stuck with a few issues, and i thought  maybe you could help me figure out what's wrong, since i lack experience.</div><div><br></div><div>I'm using qmake and QtCreator to deploy the app to my android device.</div><div>Here's the basic app template using kirigami:</div><div><a href="https://github.com/milohr/medOS-kirigami">https://github.com/milohr/medOS-kirigami</a></div><div><br></div><div>I'm cloning the breeze-icons and kirigami into the 3rdparty folder, as mentioned in the api doc.</div><div><br></div><div>The app builds okay on the desktop and on android, but it dies because of problems with kirigami:</div><div><br></div><div>The problem is found on engine.rootObjects().isEmpty()) and then it returns -1</div><div><br></div><div>engine.load(QUrl(QLatin1String("qrc:/main.qml")));</div><div>if (engine.rootObjects().isEmpty())</div><div>        return -1;</div><div><br></div><div>I get errors like this when building:</div><div><br></div><div> -- Adding '/home/camilo/Desktop/medOS_App/3rdparty/kirigami/src/controls/AbstractApplicationWindow.qml/templates/private' as QML dependency</div><div>    -- Skipping because file does not exist.</div><div>  -- Adding '/home/camilo/Qt/5.9.2/android_armv7/qml/QtQuick.2' as QML dependency</div><div>  -- Adding '/home/camilo/Desktop/medOS_App/3rdparty/kirigami/src/controls/AbstractListItem.qml/private' as QML dependency</div><div>    -- Skipping because file does not exist.</div><div>  -- Adding '/home/camilo/Desktop/medOS_App/3rdparty/kirigami/src/controls/AbstractListItem.qml/templates' as QML dependency</div><div>    -- Skipping because file does not exist.</div><div><br></div><div>here's the full building log: </div><div><a href="https://paste.kde.org/poec9v793">https://paste.kde.org/poec9v793</a></div><div><br></div><div>and this is the application log until the app dies: <a href="https://paste.kde.org/pgpbgyczx">https://paste.kde.org/pgpbgyczx</a></div><div><br></div><div><br></div><div>Any help would be great!</div></div>