How to build Kirigami2 for android?
-
Hello
I want use Kirigami2 for my applications on android.
https://api.kde.org/kirigami/html/index.html
official build instruction use CMake but i don't know what i need
to be able build my app with Kirigami2 in qtcreator.
https://github.com/KDE/kirigami <-- instruction with CMake -
@Pyroxar There is a pro file - so you should be able to build using qmake.
To build for Android you need Qt built for Android and Android NDK.
See here http://doc.qt.io/qt-5/android-support.html -
Ok i understood
I opened kirigami2 project and compiled this normally for desktop and android too, then 'make install' in output folder and kirigami landed to default folder qt, when i use kirigami on desktop all is right but on android i have 'module "org.kde.kirigami" plugin "kirigamiplugin" not found'