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. Qt 15.5.2 download
Forum Updated to NodeBB v4.3 + New Features

Qt 15.5.2 download

Scheduled Pinned Locked Moved Unsolved General and Desktop
29 Posts 9 Posters 5.6k Views 3 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.
  • M mtoeltsch

    Hi,
    I opend the Maintenance Tool and added QT 5.15.2 to the existing 5.15.0. When I tried to add the new version (5.15.2) to Visual Studio, it complained "Error: Qt license file was not found!". The same error appears when running qmake.exe.
    It meant to be an open source license, at least it always was so far.
    Any ideas? Thanks.

    JKSHJ Offline
    JKSHJ Offline
    JKSH
    Moderators
    wrote on last edited by
    #11

    @mtoeltsch said in Qt 15.5.2 download:

    I opend the Maintenance Tool and added QT 5.15.2 to the existing 5.15.0.

    Did you get any error messages, or messages about licenses, during the installation of Qt 5.15.2?

    Also, if you open Qt Creator, are you able to build a basic "Hello World" program?

    When I tried to add the new version (5.15.2) to Visual Studio, it complained "Error: Qt license file was not found!". The same error appears when running qmake.exe.

    Did you change Windows account between installing Qt 5.15.2 and running Visual Studio?

    Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

    kkoehneK 1 Reply Last reply
    0
    • M Offline
      M Offline
      mtoeltsch
      wrote on last edited by mtoeltsch
      #12

      No error messages during installation of 5.15.2.
      Never made a QT program before, so I'm not familiar with QT Creator. I'll try it later.
      I did not change the Windows account, in fact I ran Visual Studio immediately after installation of QT.

      Wouldn't it be best to completely uninstall QT (every version) and then make a fresh installation of 5.15.2?

      JKSHJ 1 Reply Last reply
      0
      • PerdrixP Perdrix

        While working to port the open source project DeepSkyStacker to Qt from MFC I've been using 5.15.2. The other contributors to the project haven't been doing very much with Qt in the early stages of the work, but now we need to get all of us using the same version of Qt (free version of 5.15.2 ideally)

        Trouble is, where can they download it from? The automatic installer is only offering 6.4 and we don't want to switch to that until we've completed our port to 5.15.2 (or a later version of 5.15)

        Can you assist with this please?

        J.HilkJ Offline
        J.HilkJ Offline
        J.Hilk
        Moderators
        wrote on last edited by J.Hilk
        #13

        @Perdrix said in Qt 15.5.2 download:

        Trouble is, where can they download it from? The automatic installer is only offering 6.4 and we don't want to switch to that until we've completed our port to 5.15.2 (or a later version of 5.15)

        did you check LTS Archive ?
        2cdf4283-6bca-4ab8-9899-c076c27221b7-image.png

        since a couple of updates ago, Qt5 is no longer in the latest supported releases. Their "subtle" way to push developers to use Qt6.


        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
        • PerdrixP Offline
          PerdrixP Offline
          Perdrix
          wrote on last edited by
          #14

          The online installer definitely offered me 5.15.2

          D.

          1 Reply Last reply
          0
          • PerdrixP Offline
            PerdrixP Offline
            Perdrix
            wrote on last edited by
            #15

            Still unsolved (though it may be moot as I made changes for 6.4.0 earlier today.

            J.HilkJ 1 Reply Last reply
            0
            • PerdrixP Perdrix

              Still unsolved (though it may be moot as I made changes for 6.4.0 earlier today.

              J.HilkJ Offline
              J.HilkJ Offline
              J.Hilk
              Moderators
              wrote on last edited by
              #16

              @Perdrix again, did you check the checkbox "Archive" and pressed the "Filter" button?

              My online installer then shows me all Qt Versions, including 5.15.2 to download.


              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
              • PerdrixP Offline
                PerdrixP Offline
                Perdrix
                wrote on last edited by
                #17

                It's Martin's problem with lack of a license that's not solved

                1 Reply Last reply
                0
                • JKSHJ JKSH

                  @mtoeltsch said in Qt 15.5.2 download:

                  I opend the Maintenance Tool and added QT 5.15.2 to the existing 5.15.0.

                  Did you get any error messages, or messages about licenses, during the installation of Qt 5.15.2?

                  Also, if you open Qt Creator, are you able to build a basic "Hello World" program?

                  When I tried to add the new version (5.15.2) to Visual Studio, it complained "Error: Qt license file was not found!". The same error appears when running qmake.exe.

                  Did you change Windows account between installing Qt 5.15.2 and running Visual Studio?

                  kkoehneK Offline
                  kkoehneK Offline
                  kkoehne
                  Moderators
                  wrote on last edited by
                  #18

                  "Error: Qt license file was not found!". The same error appears when running qmake.exe.

                  This means you have installed the commercial packages, but don't have a valid license currently.

                  Switching between commercial and open source installations is not that straightforward. You need to completely uninstall Qt on the machine, and then start fresh.

                  In the installer, please check if it says 'Welcome to Qt commercial setup.", or "Welcome to Qt open source setup" right after giving your Qt Account credentials.

                  Director R&D, The Qt Company

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    mtoeltsch
                    wrote on last edited by
                    #19

                    This is a screenshot of the Qt maintenance tool. It says "Open Source License".
                    Even though it obviously installed a commercial version of 5.15.2.

                    f54d9afb-3c9d-4fcd-b399-ad63d2a93aa3-grafik.png

                    jsulmJ 1 Reply Last reply
                    0
                    • M mtoeltsch

                      This is a screenshot of the Qt maintenance tool. It says "Open Source License".
                      Even though it obviously installed a commercial version of 5.15.2.

                      f54d9afb-3c9d-4fcd-b399-ad63d2a93aa3-grafik.png

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

                      @mtoeltsch It could be that your commercial license has expired, so the installer only shows open source options.

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

                      1 Reply Last reply
                      0
                      • M Offline
                        M Offline
                        mtoeltsch
                        wrote on last edited by
                        #21

                        I never had a commercial license. I just had Qt 5.15.0 installed 08/2020 as open source.
                        And now I wanted to add Qt 5.15.2.
                        That's it.

                        1 Reply Last reply
                        0
                        • PerdrixP Offline
                          PerdrixP Offline
                          Perdrix
                          wrote on last edited by
                          #22

                          AFAIK Martin NEVER installed a commercial version.

                          1 Reply Last reply
                          0
                          • Chris KawaC Offline
                            Chris KawaC Offline
                            Chris Kawa
                            Lifetime Qt Champion
                            wrote on last edited by
                            #23

                            What happens if you run the "update components" option (second on that screen)?

                            1 Reply Last reply
                            0
                            • kkoehneK Offline
                              kkoehneK Offline
                              kkoehne
                              Moderators
                              wrote on last edited by
                              #24

                              @mtoeltsch said in Qt 15.5.2 download:

                              I never had a commercial license. I just had Qt 5.15.0 installed 08/2020 as open source.

                              Alright, that's weird then . Do you have a licheck.exe executable in %QTDIR%\bin (so for instance C:\5.15.2\msvc2019_64\bin\licheck.exe)?

                              Director R&D, The Qt Company

                              1 Reply Last reply
                              0
                              • M Offline
                                M Offline
                                mtoeltsch
                                wrote on last edited by mtoeltsch
                                #25

                                aff6e982-4bb5-4bda-a14f-4747e4096ae3-grafik.png

                                It's there, but does nothing as far as I can see.

                                1 Reply Last reply
                                0
                                • M mtoeltsch

                                  No error messages during installation of 5.15.2.
                                  Never made a QT program before, so I'm not familiar with QT Creator. I'll try it later.
                                  I did not change the Windows account, in fact I ran Visual Studio immediately after installation of QT.

                                  Wouldn't it be best to completely uninstall QT (every version) and then make a fresh installation of 5.15.2?

                                  JKSHJ Offline
                                  JKSHJ Offline
                                  JKSH
                                  Moderators
                                  wrote on last edited by
                                  #26

                                  @kkoehne said in Qt 15.5.2 download:

                                  Do you have a licheck.exe executable in %QTDIR%\bin (so for instance C:\5.15.2\msvc2019_64\bin\licheck.exe)?

                                  I currently have numerous versions of Qt on my machine (installed from my open-source account). Qt 5.12.11, 5.12.12, 5.15.2, and 6.0.0 all come with licheck.exe but Qt 6.2.4 and 6.4.0 don't.

                                  @mtoeltsch said in Qt 15.5.2 download:

                                  Wouldn't it be best to completely uninstall QT (every version) and then make a fresh installation of 5.15.2?

                                  Yes, this is worth a shot.

                                  1. Completely uninstall everything related to Qt (including Qt VS Tools)
                                  2. Delete your account/license *.ini files in C:\Users\%USERNAME%\AppData\Roaming\Qt\
                                  3. Reboot for good luck
                                  4. Run the online installer again and install Qt 5.15.2 fresh.

                                  After that, open Qt Creator and load an Example project (say, the "Analog Clock Example"). Click the "Run" button to build and run it (it's quite a straightforward process). This will help to verify that you can use Qt.

                                  And after that, re-install Qt VS Tools from the Visual Studio Marketplace and try to add your Qt 5.15.2 again. Does it work now?

                                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                                  1 Reply Last reply
                                  0
                                  • kkoehneK Offline
                                    kkoehneK Offline
                                    kkoehne
                                    Moderators
                                    wrote on last edited by
                                    #27

                                    @JKSH said in Qt 15.5.2 download:

                                    I currently have numerous versions of Qt on my machine (installed from my open-source account). Qt 5.12.11, 5.12.12, 5.15.2, and 6.0.0 all come with licheck.exe but Qt 6.2.4 and 6.4.0 don't.

                                    Your right. I now double checked, and it seems licheck.exe is part also of the Qt 5 open source packages. The differentiation for qmake actually happens in mkspecs/qconfig.pri (QT_EDITION, QT_LICHECK).

                                    So, if a Qt installed via an open-source installer asks for a license, the patching of these fields most likely failed. Does InstallationLog.txt show any errors?

                                    Director R&D, The Qt Company

                                    1 Reply Last reply
                                    0
                                    • M Offline
                                      M Offline
                                      mtoeltsch
                                      wrote on last edited by
                                      #28

                                      In the meanwhile we upgraded to Qt 6.4.0.
                                      So I uninstalled everything from Qt und made a fresh 6.4.0 installation. It works now.
                                      Thanks for your help.

                                      J 1 Reply Last reply
                                      1
                                      • M mtoeltsch

                                        In the meanwhile we upgraded to Qt 6.4.0.
                                        So I uninstalled everything from Qt und made a fresh 6.4.0 installation. It works now.
                                        Thanks for your help.

                                        J Offline
                                        J Offline
                                        Jani Heikkinen
                                        wrote on last edited by
                                        #29

                                        @mtoeltsch So you don't have that 5.15.12 installation in place anymore? Would have been nice to see the installation log ...

                                        Could you share your email (one used in your qtaccount) for me; I could check if there is e.g. expired evaluation license attached in your installation

                                        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