Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved How to build Kirigami2 for android?

    Mobile and Embedded
    2
    7
    2270
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Pyroxar last edited by

      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

      jsulm 1 Reply Last reply Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion @Pyroxar last edited by

        @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

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 1
        • P
          Pyroxar last edited by

          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'

          jsulm 1 Reply Last reply Reply Quote 0
          • jsulm
            jsulm Lifetime Qt Champion @Pyroxar last edited by

            @Pyroxar How do you deploy to Android?

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • P
              Pyroxar last edited by

              @jsulm said in How to build Kirigami2 for android?:

              @Pyroxar How do you deploy to Android?

              I don't understand.
              @jsulm you mean profil Release or Debug Kirigami2 project?
              I set release when built it.

              jsulm 1 Reply Last reply Reply Quote 0
              • jsulm
                jsulm Lifetime Qt Champion @Pyroxar last edited by

                @Pyroxar "org.kde.kirigami" plugin "kirigamiplugin" not found' - this means that the kirigamiplugin was not found. That's why I asked how do you deploy the app to Andorid - are you doing this from QtCreator?

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply Reply Quote 0
                • P
                  Pyroxar last edited by

                  @jsulm Yes i use QtCreator

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post