Installing Qt without commercial license
-
Hi, so a year ago i use Qt under a educational license, and now that license has expired. Is there a way i can still use Qt along with Qt Creator and its modules without buying a commercial license? I've looked for offline installer in Qt websites but there're only source packages and Qt Creator community (i've downloaded this and it didn't find the MinGW build). Very appreciated for your help!
-
Hi ans welcome to devnet,
You can use the online installer. With it you can install Qt Creator as well as other tools and the Qt versions you want (outside of the commercial only LTS releases).
Offline installers are now for commercial users only.
-
@SGaist hi and thanks for your answer, but now i have another question, hope you can help me! So i just downloaded the Qt
6.7 via online installer but i can't find the MinGW 32 bit version, can you show me where it is because the project i am working on was built in 5.15.15 MinGW 32 bit, hope you can help me. Thanh you and have a good day! -
@tdc0311
I think read
https://forum.qt.io/topic/123609/why-is-there-no-32-bit-mingw-in-qt6-0-1
https://forum.qt.io/topic/151914/qt6-how-to-compile-for-32-bits-on-windows-using-mingw-11-20
https://forum.qt.io/topic/150349/qt6-build-32bit-on-64bit
https://forum.qt.io/topic/123896/qt-6-can-t-find-32-bit-components-in-setupIn short I don't think you get MinGW or anything else 32-bit at Qt 6+.
-
@tdc0311
Well, yes, you can install Qt 5.15 and use that. You will have to look around a bit to find where you can still install it from. There are a couple of posts saying it's a bit hard to find, e.g. https://forum.qt.io/topic/156830/qt-5-x-not-showing-up-in-online-installer and https://forum.qt.io/topic/156826/help-with-nstallation-of-qt-5-haven-t-found-online-installer-for-qt-5-versions-in-2024. -
-
@tdc0311 said in Installing Qt without commercial license:
t i still can't find where to download the 5.15.15 version haha
You can't as it's not yet released as open-source. And even then you would have to compile it by yourself from source.
-
@Ronel_qtmaster
The OP asked for Qt5.15.15
, you show version up to5.15.2
.Be aware too that recently there was a long discussions where apparently versions like 5.15.x seemed to be available for download to some people but not others, perhaps depending on their platform. I don't know whether anyone figured out definitively what was going on.
-