Qt 15.5.2 download
-
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?
-
The easiest would be through the Online installer.
-
@Perdrix Well yeah, if you already have it it won't start that way. You can go to your installed apps list and find Qt there and click Modify if you want. The installer download is for the others that don't have Qt installed yet.
-
Where did you get Qt from? Maybe you've got the offline installation of Qt 6.4. That wouldn't contain other versions.
In that case you can uninstall your existing Qt and then use the online installer. It contains all the publicly available releases of Qt 5.x and 6.x. -
Please show your Qt installer screen where you can select the Qt versions and modules
-
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. -
@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?
-
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?
-
@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
LTSArchive ?
since a couple of updates ago, Qt5 is no longer in the latest supported releases. Their "subtle" way to push developers to use Qt6.
-
"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.
-
@mtoeltsch It could be that your commercial license has expired, so the installer only shows open source options.