Install Qt creator 5.15.2
-
wrote on 28 May 2023, 15:42 last edited by
I just want to install Qt v5.15.2 with Qt creator 5.0.1 but I can't find anywhere!!! @@ Anyone can help me with this. I don't like use Qt6 because I got stuck with Cmakelist and working on Some libraries when I imported
-
wrote on 28 May 2023, 18:07 last edited by CPPUIX
Hi,
Did you find these 2 links when you searched?
And if I may suggest an alternative to the title, I'd suggest:
How to install older versions of Qt and Qt Creator?
I think it would improve search results for future readers and help seekers.
-
wrote on 30 May 2023, 07:16 last edited by
I usually use the maintenance tool to install multiple/different Qt versions. Go through 'Add components', select 'Archive' and click on 'Filter'. Now, the list of Qt versions should contain a lot more entries. (Did crash on me when I tried it right now. You might have to update the maintenance tool first.) I would go with any 5.15.x version of Qt if your specific version is not available.
Most likely, you don't need Qt Creator 5.0.1. Qt Creator is just an IDE. It does not care which Qt version is used to compile your code. Just stick with the newest Qt Creator unless you know that some feature is missing in the newer version or similar.
-
I usually use the maintenance tool to install multiple/different Qt versions. Go through 'Add components', select 'Archive' and click on 'Filter'. Now, the list of Qt versions should contain a lot more entries. (Did crash on me when I tried it right now. You might have to update the maintenance tool first.) I would go with any 5.15.x version of Qt if your specific version is not available.
Most likely, you don't need Qt Creator 5.0.1. Qt Creator is just an IDE. It does not care which Qt version is used to compile your code. Just stick with the newest Qt Creator unless you know that some feature is missing in the newer version or similar.
wrote on 14 Jun 2024, 17:00 last edited by@SimonSchroeder thank you for your help. I successfully installed the Qt5.15.2 but the new problem is when I created a new project, the minimum version didn't show up qt 5.15. What can I do now