Change Qt version of existing project on Windows
-
Hi,
I am working on a project on Windows using Qt 6.3.0.
I now want to change the Qt version of this project to an earlier version. (Qt 5.15). How can I do so?@BigBen said in Change Qt version of existing project on Windows:
How can I do so?
Install Qt 5.15 and use that Kit in QtCreator to build your app. I assume in my answer that you're using QtCreator as you did not specify that.