Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to build Kirigami2 for android?
QtWS25 Last Chance

How to build Kirigami2 for android?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
7 Posts 2 Posters 2.8k Views
  • 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 Offline
    P Offline
    Pyroxar
    wrote on last edited by
    #1

    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

    jsulmJ 1 Reply Last reply
    0
    • P Pyroxar

      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

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @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
      1
      • P Offline
        P Offline
        Pyroxar
        wrote on last edited by
        #3

        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'

        jsulmJ 1 Reply Last reply
        0
        • P Pyroxar

          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'

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Pyroxar How do you deploy to Android?

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

          1 Reply Last reply
          0
          • P Offline
            P Offline
            Pyroxar
            wrote on last edited by
            #5

            @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.

            jsulmJ 1 Reply Last reply
            0
            • P Pyroxar

              @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.

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @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
              0
              • P Offline
                P Offline
                Pyroxar
                wrote on last edited by
                #7

                @jsulm Yes i use QtCreator

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved