How can I install Qt 6.1.3?
-
wrote 23 days ago last edited by
My company's product is based on Qt. The latest version of our product uses Qt 6.1.3 (open source), and future versions will likely use Qt 6.8. After reinstalling a development PC, I was surprised to find that the Qt online installer no longer offers version 6.1.3, even when enabling the Archive and Filter options.
Is there an official way to install Qt 6.1.3?
-
wrote 23 days ago last edited by Bonnie
@Antonius In the settings dialog of the start page, add two user defined repositories:
https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/qt6_613
https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/qt6_613_src_doc_examples
(If you are using mirrors, you can replace the address with mirror site)
Press OK and try adding components again.P.S. This only works when the old files are still on the repositories server.
-
My company's product is based on Qt. The latest version of our product uses Qt 6.1.3 (open source), and future versions will likely use Qt 6.8. After reinstalling a development PC, I was surprised to find that the Qt online installer no longer offers version 6.1.3, even when enabling the Archive and Filter options.
Is there an official way to install Qt 6.1.3?
wrote 23 days ago last edited by Pl45m4@Antonius said in How can I install Qt 6.1.3?:
Is there an official way to install Qt 6.1.3?
Check out the archive for your specific version:
Another way that might work is using an online installer that was released with Qt 6.1.3...
-
wrote 23 days ago last edited by Antonius
I tried with two previous versions of the Windows Qt installer:
- qt-unified-windows-x64-4.5.1-online.exe
- qt-unified-windows-x64-4.3.0-1-online.exe
However, none of these installers, like the most recent one, provide version 6.1.3. The oldest Qt 6 version provided is Qt 6.2.0.
And I didn't find any installer in https://download.qt.io/archive/qt/6.1/6.1.3, only sources.
Any other suggestion?
-
wrote 23 days ago last edited by
-
wrote 23 days ago last edited by Bonnie
@Antonius In the settings dialog of the start page, add two user defined repositories:
https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/qt6_613
https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/qt6_613_src_doc_examples
(If you are using mirrors, you can replace the address with mirror site)
Press OK and try adding components again.P.S. This only works when the old files are still on the repositories server.
-
wrote 23 days ago last edited by
This worked, thanks a lot!
(And for Linux, I used the same repositories, with "windows_x86" replaced by "linux_x64".)
-
3/6