Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Run Qt Maintenance Tool - updated to 6.2... what is next ?
Forum Updated to NodeBB v4.3 + New Features

Run Qt Maintenance Tool - updated to 6.2... what is next ?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
7 Posts 2 Posters 4.2k Views 2 Watching
  • 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
    Anonymous_Banned275
    wrote on last edited by
    #1

    My "options" kits do not include 6.2 ...
    Setting Ubuntu Desktop Qt Creator to "New Window" does nothing...
    Executing "qtcreator" from terminal starts 5.15.2....

    How do I switch to 6.2.0?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      If you add Qt 6.2 through the maintenance tool, it will register itself with Qt Creator from the maintenance tool. It will not register with Ubuntu's QtC (as I understand you are using QtC provided by Ubuntu?), you have to add the Kit manually in settings: just go to Options->Kits->Qt Versions->Add... and browse to qmake location of your new Qt 6.2.

      (Z(:^

      A 2 Replies Last reply
      2
      • sierdzioS sierdzio

        If you add Qt 6.2 through the maintenance tool, it will register itself with Qt Creator from the maintenance tool. It will not register with Ubuntu's QtC (as I understand you are using QtC provided by Ubuntu?), you have to add the Kit manually in settings: just go to Options->Kits->Qt Versions->Add... and browse to qmake location of your new Qt 6.2.

        A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by
        #3

        @sierdzio Thanks
        My original "download" was using Ubuntu. I just went , by accident, thru overnight "update" using Maintenance tool. Then I did same ,again using Maintenance tool, but selected 6.2
        I really do not get the Qt numbering scheme - after Qt Creator is run there is no 6.2 Apparently it matters in "kits" selection which is "set" on "auto-detect anyway.
        I am sure there is a comprehensive document describing all those versions numbers. I have not found one.

        At this time I have ONE of mine OS set to "update" again. It works as expected.
        My main OS still has few issues , partly due to "new and very slow" OS.

        92d67b3d-a6b7-4042-9be5-e141804b798d-image.png

        1 Reply Last reply
        0
        • sierdzioS sierdzio

          If you add Qt 6.2 through the maintenance tool, it will register itself with Qt Creator from the maintenance tool. It will not register with Ubuntu's QtC (as I understand you are using QtC provided by Ubuntu?), you have to add the Kit manually in settings: just go to Options->Kits->Qt Versions->Add... and browse to qmake location of your new Qt 6.2.

          A Offline
          A Offline
          Anonymous_Banned275
          wrote on last edited by
          #4

          @sierdzio This is what options tells me.
          I just trashed all folders, but kept the home/qt/Qt/5.15.2 .
          Now I have new home/qt/Qt/6.2.0 .

          I am missing something basic...

          2951d2e2-8c82-443f-8518-c96fe551ab06-image.png

          2eb2ae79-6d40-4007-ae87-c0f452091371-image.png

          1 Reply Last reply
          0
          • sierdzioS Offline
            sierdzioS Offline
            sierdzio
            Moderators
            wrote on last edited by
            #5

            OK, so you should be able to add it manually. In "Qt versions" tab click "Add..." and browse to /home/qt/Qt/6.2.0/gcc_64/bin/qmake. Once that is ready, you can add a new Kit with Qt 6.2.

            On, now I see there is a new option here: "Link with Qt..." which links Qt Creator with installation from Maintenance Tool. Should fix your problem... if it works :D

            (Z(:^

            A 1 Reply Last reply
            1
            • sierdzioS sierdzio

              OK, so you should be able to add it manually. In "Qt versions" tab click "Add..." and browse to /home/qt/Qt/6.2.0/gcc_64/bin/qmake. Once that is ready, you can add a new Kit with Qt 6.2.

              On, now I see there is a new option here: "Link with Qt..." which links Qt Creator with installation from Maintenance Tool. Should fix your problem... if it works :D

              A Offline
              A Offline
              Anonymous_Banned275
              wrote on last edited by
              #6

              @sierdzio Yes, I found the"link" now I need to know WHERE did the update went
              and on top of that I get these - without asking

              qt@qt-desktop:~$ qtcreator
              Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
              Cannot update Qt version information: /home/qt/Qt/5.15.2/gcc_64/bin/qmake cannot be run.
              Cannot update Qt version information: /home/qt/Qt/5.15.2/gcc_64/bin/qmake cannot be run.
              Cannot update Qt version information: /home/qt/Qt/5.15.2/gcc_64/bin/qmake cannot be run.
              
              
              
              1 Reply Last reply
              0
              • sierdzioS Offline
                sierdzioS Offline
                sierdzio
                Moderators
                wrote on last edited by
                #7

                Wayland stuff you can ignore, as discussed in a different thread.

                For the other one - I don't launch Qt Creator from terminal so I don't know if this is normal. But you can at least check permissions with:

                ls -al /home/qt/Qt/5.15.2/gcc_64/bin | grep qmake
                

                I don't expect it to be forbidden from execution, but who knows.

                (Z(:^

                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