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. Tutorial for Qt Quick Application instructing use of a kit which is not available in the default install of Qt Creator

Tutorial for Qt Quick Application instructing use of a kit which is not available in the default install of Qt Creator

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 250 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.
  • A Offline
    A Offline
    awa5114
    wrote on last edited by
    #1

    The "Creating a Qt Quick Application" page states the following:

    Select Qt 6.2 or later kits for the platforms that you want to build the application for.

    I am using QtCreator with the following version:

    dfabcd42-77ea-4f79-98ab-98c5b0267923-image.png

    When I try to create a new Qt Quick Application, I only see one kit called "Desktop" available, and this kit does not appear to have Qt 6.2 available:

    9064e855-5090-4e20-888b-06faabbac1a0-image.png

    Why is there no kit available with the version of Qt requested by the tutorial?

    JonBJ 1 Reply Last reply
    0
    • A awa5114

      The "Creating a Qt Quick Application" page states the following:

      Select Qt 6.2 or later kits for the platforms that you want to build the application for.

      I am using QtCreator with the following version:

      dfabcd42-77ea-4f79-98ab-98c5b0267923-image.png

      When I try to create a new Qt Quick Application, I only see one kit called "Desktop" available, and this kit does not appear to have Qt 6.2 available:

      9064e855-5090-4e20-888b-06faabbac1a0-image.png

      Why is there no kit available with the version of Qt requested by the tutorial?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @awa5114
      Qt Creator --- which is an IDE for developing applications --- version is not the same thing as Qt version which you are compiling for/used by your application.

      You show a Creator version of 6.x but a Qt version of 5.15. If you want to develop for Qt 6 you need to download/install a Qt 6 from somewhere (such as the Qt site/maintenance tool).

      Furthermore from the path of /usr/lib/qt5/... shown in your kits implies to me you did not download Qt from somewhere yourself, you are using the one which is pre-supplied with your OS (e.g. Ubuntu)? That will likely stay at Qt5 for a while longer.

      If you want my advice/suggestion: unless you have a pressing need for Qt6 I would stick with Qt5. It has been around a long time and has less bugs....

      jsulmJ 1 Reply Last reply
      2
      • JonBJ JonB

        @awa5114
        Qt Creator --- which is an IDE for developing applications --- version is not the same thing as Qt version which you are compiling for/used by your application.

        You show a Creator version of 6.x but a Qt version of 5.15. If you want to develop for Qt 6 you need to download/install a Qt 6 from somewhere (such as the Qt site/maintenance tool).

        Furthermore from the path of /usr/lib/qt5/... shown in your kits implies to me you did not download Qt from somewhere yourself, you are using the one which is pre-supplied with your OS (e.g. Ubuntu)? That will likely stay at Qt5 for a while longer.

        If you want my advice/suggestion: unless you have a pressing need for Qt6 I would stick with Qt5. It has been around a long time and has less bugs....

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

        @JonB This "Based on ..." information should be somehow hidden because so many people think the Qt version mentioned there is the one they're using :-) Don't remember how many times we had to explain that already.

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

        1 Reply Last reply
        2

        • Login

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