Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. application (Qt Quick) - only 'Desktop' in Supported Platforms
Forum Updated to NodeBB v4.3 + New Features

application (Qt Quick) - only 'Desktop' in Supported Platforms

Scheduled Pinned Locked Moved Solved General and Desktop
23 Posts 3 Posters 3.1k 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.
  • F freenico
    11 Jan 2022, 10:31

    @jsulm said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

    @freenico You need to install Qt for Android if you want to develop for Android.
    Please show you "Qt Versions" tab.

    qt_designer_version_scrnshot.png qt_creator_version_scrnshot.png

    Is Qt Android a separate package? if so, where would I find it? (there is nothing on this page https://doc.qt.io/qt-5/android.html )

    Why is the Androis tab in Tools>Options>Devices showing that ALL the android settings are 'OK'?
    android_settings_scrnshot.png

    J Offline
    J Offline
    jsulm
    Lifetime Qt Champion
    wrote on 11 Jan 2022, 10:33 last edited by
    #10

    @freenico Please show the "Qt Versions" content! Its next to "Kits" tab which you posted before.

    "Why is the Androis tab in Tools>Options>Devices showing that ALL the android settings are 'OK'?" - because those are not Qt related but needed to develop Android apps.

    Again: you need to install Qt for Android...

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

    F 1 Reply Last reply 11 Jan 2022, 10:42
    0
    • J jsulm
      11 Jan 2022, 10:33

      @freenico Please show the "Qt Versions" content! Its next to "Kits" tab which you posted before.

      "Why is the Androis tab in Tools>Options>Devices showing that ALL the android settings are 'OK'?" - because those are not Qt related but needed to develop Android apps.

      Again: you need to install Qt for Android...

      F Offline
      F Offline
      freenico
      wrote on 11 Jan 2022, 10:42 last edited by freenico 1 Nov 2022, 10:45
      #11

      @jsulm said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

      @freenico Please show the "Qt Versions" content! Its next to "Kits" tab which you posted before.

      "Why is the Androis tab in Tools>Options>Devices showing that ALL the android settings are 'OK'?" - because those are not Qt related but needed to develop Android apps.

      Again: you need to install Qt for Android...

      Jsul, I really than you for the input and help but I feel like I am trying so say "where is the toilet" in a language and being replied "the sky is blue" in another language, and expected to find it
      Anyway, i attached the Qt Versions screenshot below
      qt_versions_scrnshot.png

      when I search: Qt dor Android packageor 'how to' this is what i get:getting qt_android_scrnshot.png

      J 1 Reply Last reply 11 Jan 2022, 10:45
      0
      • F freenico
        11 Jan 2022, 10:31

        @jsulm said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

        @freenico You need to install Qt for Android if you want to develop for Android.
        Please show you "Qt Versions" tab.

        qt_designer_version_scrnshot.png qt_creator_version_scrnshot.png

        Is Qt Android a separate package? if so, where would I find it? (there is nothing on this page https://doc.qt.io/qt-5/android.html )

        Why is the Androis tab in Tools>Options>Devices showing that ALL the android settings are 'OK'?
        android_settings_scrnshot.png

        J Offline
        J Offline
        J.Hilk
        Moderators
        wrote on 11 Jan 2022, 10:45 last edited by
        #12

        @freenico said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

        Is Qt Android a separate package? if so, where would I find it? (there is nothing on this page https://doc.qt.io/qt-5/android.html )

        its not implicitly stated but at least different Qt versions are mentioned
        https://doc.qt.io/qt-5/android-getting-started.html#installing-the-android-sdk-essentials
        as they require different NDK versions.

        You first 2 Screenshots show the version of Qt used to build the QtDesigner and QtCreator. Those are development tools, that are designed and build with Qt. Qt itself is a framework/library. That comes in different versions and flavours. Depending on what system you want to build your application for, you either have to download the precompiled binaries or compile Qt yourself via the open source source code :D

        as far as I know Slackware is linux distro, so see this link for the online installer

        it should detect your os and give you the correct one.

        The online installer allows you to select what qt version you want to install, I would not recommend installing everything.


        Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


        Q: What's that?
        A: It's blue light.
        Q: What does it do?
        A: It turns blue.

        F 2 Replies Last reply 11 Jan 2022, 10:49
        2
        • F freenico
          11 Jan 2022, 10:42

          @jsulm said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

          @freenico Please show the "Qt Versions" content! Its next to "Kits" tab which you posted before.

          "Why is the Androis tab in Tools>Options>Devices showing that ALL the android settings are 'OK'?" - because those are not Qt related but needed to develop Android apps.

          Again: you need to install Qt for Android...

          Jsul, I really than you for the input and help but I feel like I am trying so say "where is the toilet" in a language and being replied "the sky is blue" in another language, and expected to find it
          Anyway, i attached the Qt Versions screenshot below
          qt_versions_scrnshot.png

          when I search: Qt dor Android packageor 'how to' this is what i get:getting qt_android_scrnshot.png

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 11 Jan 2022, 10:45 last edited by
          #13

          @freenico You did not install Qt for Android. Go to https://www.qt.io/, download Qt online installer, start it and install Qt for Android.

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

          1 Reply Last reply
          0
          • J J.Hilk
            11 Jan 2022, 10:45

            @freenico said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

            Is Qt Android a separate package? if so, where would I find it? (there is nothing on this page https://doc.qt.io/qt-5/android.html )

            its not implicitly stated but at least different Qt versions are mentioned
            https://doc.qt.io/qt-5/android-getting-started.html#installing-the-android-sdk-essentials
            as they require different NDK versions.

            You first 2 Screenshots show the version of Qt used to build the QtDesigner and QtCreator. Those are development tools, that are designed and build with Qt. Qt itself is a framework/library. That comes in different versions and flavours. Depending on what system you want to build your application for, you either have to download the precompiled binaries or compile Qt yourself via the open source source code :D

            as far as I know Slackware is linux distro, so see this link for the online installer

            it should detect your os and give you the correct one.

            The online installer allows you to select what qt version you want to install, I would not recommend installing everything.

            F Offline
            F Offline
            freenico
            wrote on 11 Jan 2022, 10:49 last edited by
            #14

            @J-Hilk thank you. That's all I was hoping.
            I know that forum's help is not supposed to the job for you; I am happy to go and roll my sleeves up if i get pointed to the right direction.
            I will take a look at the online installer.
            Thanks Jsulm

            1 Reply Last reply
            1
            • J J.Hilk
              11 Jan 2022, 10:45

              @freenico said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

              Is Qt Android a separate package? if so, where would I find it? (there is nothing on this page https://doc.qt.io/qt-5/android.html )

              its not implicitly stated but at least different Qt versions are mentioned
              https://doc.qt.io/qt-5/android-getting-started.html#installing-the-android-sdk-essentials
              as they require different NDK versions.

              You first 2 Screenshots show the version of Qt used to build the QtDesigner and QtCreator. Those are development tools, that are designed and build with Qt. Qt itself is a framework/library. That comes in different versions and flavours. Depending on what system you want to build your application for, you either have to download the precompiled binaries or compile Qt yourself via the open source source code :D

              as far as I know Slackware is linux distro, so see this link for the online installer

              it should detect your os and give you the correct one.

              The online installer allows you to select what qt version you want to install, I would not recommend installing everything.

              F Offline
              F Offline
              freenico
              wrote on 11 Jan 2022, 11:03 last edited by
              #15

              @J-Hilk said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

              The online installer allows you to select what qt version you want to install, I would not recommend installing everything.

              I am there now. Why would you not recommend that?
              Which box would you recommend I should tick?
              It gives me three options:
              Design Tools
              Qt 6.2 for Desktop Development
              Qt 6.2 for mobile development

              Is Qt 6.2 for mobile development a synonym of Qt for Android?

              J J 2 Replies Last reply 11 Jan 2022, 11:05
              0
              • F freenico
                11 Jan 2022, 11:03

                @J-Hilk said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

                The online installer allows you to select what qt version you want to install, I would not recommend installing everything.

                I am there now. Why would you not recommend that?
                Which box would you recommend I should tick?
                It gives me three options:
                Design Tools
                Qt 6.2 for Desktop Development
                Qt 6.2 for mobile development

                Is Qt 6.2 for mobile development a synonym of Qt for Android?

                J Offline
                J Offline
                jsulm
                Lifetime Qt Champion
                wrote on 11 Jan 2022, 11:05 last edited by
                #16

                @freenico said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

                Why would you not recommend that?

                Because most probably you do not need everything. Qt binaries are quite big, so only install what you need.
                "Qt 6.2 for mobile development" - is this expandable? I did not use recent installer, so not sure.

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

                1 Reply Last reply
                0
                • F Offline
                  F Offline
                  freenico
                  wrote on 11 Jan 2022, 11:07 last edited by
                  #17

                  @jsulm said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

                  "Qt 6.2 for mobile development" - is this expandable? I did not use recent installer, so not sure.

                  no, it is not! there is just a thick-box ( i see after it would give the option to select components, maybe there i would have more options)

                  1 Reply Last reply
                  0
                  • F freenico
                    11 Jan 2022, 11:03

                    @J-Hilk said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

                    The online installer allows you to select what qt version you want to install, I would not recommend installing everything.

                    I am there now. Why would you not recommend that?
                    Which box would you recommend I should tick?
                    It gives me three options:
                    Design Tools
                    Qt 6.2 for Desktop Development
                    Qt 6.2 for mobile development

                    Is Qt 6.2 for mobile development a synonym of Qt for Android?

                    J Offline
                    J Offline
                    J.Hilk
                    Moderators
                    wrote on 11 Jan 2022, 11:10 last edited by
                    #18

                    @freenico said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

                    @J-Hilk said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

                    The online installer allows you to select what qt version you want to install, I would not recommend installing everything.

                    I am there now. Why would you not recommend that?
                    Which box would you recommend I should tick?
                    It gives me three options:
                    Design Tools
                    Qt 6.2 for Desktop Development
                    Qt 6.2 for mobile development

                    Is Qt 6.2 for mobile development a synonym of Qt for Android?

                    I haven't used the online installer since Qt6 was released, as a Qt5 commercial user I refuse to participate in the new commercial Qt6 Scam,

                    Anyway, it used to be that you could select almost all versions for all platforms. Since the good all days, it seems the installer got some love.

                    Nowadays you only see, by default, the latest version that you can actually use on your platform.

                    So Linux Desktop and Android mobile.

                    In that case, fell free to install both, if you want to develop for both.

                    Is Qt 6.2 for mobile development a synonym of Qt for Android?

                    under linux, yes


                    Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


                    Q: What's that?
                    A: It's blue light.
                    Q: What does it do?
                    A: It turns blue.

                    1 Reply Last reply
                    1
                    • F Offline
                      F Offline
                      freenico
                      wrote on 11 Jan 2022, 11:18 last edited by
                      #19

                      So, guess what: i ticked all three boxes. Newbie solution!
                      I have lots of HDD space so, why not.
                      Thanks for the assistance (i will mark this post as solved, although i am not really sure what willl happen after the install finishes)

                      1 Reply Last reply
                      0
                      • F Offline
                        F Offline
                        freenico
                        wrote on 11 Jan 2022, 11:36 last edited by
                        #20

                        Another newbie question: I see that, now, I have another version of Qt Creator.
                        I guess it is safe to remove the previously installed Qt Creator?

                        J 1 Reply Last reply 11 Jan 2022, 11:40
                        0
                        • F freenico
                          11 Jan 2022, 11:36

                          Another newbie question: I see that, now, I have another version of Qt Creator.
                          I guess it is safe to remove the previously installed Qt Creator?

                          J Offline
                          J Offline
                          jsulm
                          Lifetime Qt Champion
                          wrote on 11 Jan 2022, 11:40 last edited by
                          #21

                          @freenico said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

                          I guess it is safe to remove the previously installed Qt Creator?

                          Yes, you can uninstall the other one.

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

                          1 Reply Last reply
                          0
                          • F Offline
                            F Offline
                            freenico
                            wrote on 11 Jan 2022, 11:47 last edited by freenico 1 Nov 2022, 11:48
                            #22

                            Yes!
                            now i see all the things you guys were asking me before
                            new_qtversions_scrneshoot.png new_kit_scrneshoot.png

                            p.s:

                            @J-Hilk said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

                            as a Qt5 commercial user I refuse to participate in the new commercial Qt6 Scam,

                            I wonder whats cooking under your statement

                            anyway, big thanks everyone

                            J 1 Reply Last reply 11 Jan 2022, 12:02
                            1
                            • F freenico
                              11 Jan 2022, 11:47

                              Yes!
                              now i see all the things you guys were asking me before
                              new_qtversions_scrneshoot.png new_kit_scrneshoot.png

                              p.s:

                              @J-Hilk said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

                              as a Qt5 commercial user I refuse to participate in the new commercial Qt6 Scam,

                              I wonder whats cooking under your statement

                              anyway, big thanks everyone

                              J Offline
                              J Offline
                              J.Hilk
                              Moderators
                              wrote on 11 Jan 2022, 12:02 last edited by
                              #23

                              @freenico said in application (Qt Quick) - only 'Desktop' in Supported Platforms:

                              I wonder whats cooking under your statement

                              a couple of things really,

                              • LTS and offline installer to become commercial-only
                              • Moving core features like TreeView to the QtMarketPlace for additional yearly subscriptions, or GPL
                              • Change from subscription to Qt overall, to subscription of individual modules.
                                Would I change over to Qt6 I would have to pay 3 times from what I'm currently paying.
                              • "LTS" versions are commercial only now
                              • Community bug fixes aren't open sourced until after a year later

                              That said, if you're an open source user of Qt and willing to always update to the latest Qt6 version, absolutely nothing changes for you :D

                              now i see all the things you guys were asking me before

                              😜
                              but, I'm not sure why you don't have a "Multi-Abi" android version as well?


                              Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


                              Q: What's that?
                              A: It's blue light.
                              Q: What does it do?
                              A: It turns blue.

                              1 Reply Last reply
                              0

                              19/23

                              11 Jan 2022, 11:18

                              • Login

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