convert a mingw project to msvc
-
hi i have a project
i start develop the project in qt and use mingw for compile and test it
i also have installed visual studio 2019, i want to know there is a way to change my compiler to msvc?
here is my compiler setting for now
and i compile Qt static from source some month ago (with mingw) i want know i can use msvc on qt static too?
thanks -
Hi,
Install the Qt version built for your version of Visual Studio.
Yes you can also build Qt statically with Visual Studio. The same licensing constraints apply.
-
@SGaist said in convert a mingw project to msvc:
Hi,
Install the Qt version built for your version of Visual Studio.
Yes you can also build Qt statically with Visual Studio. The same licensing constraints apply.
i still can use my Previous static build? (builded with mingw)
-
You cannot use C++ code built with MinGW with Visual Studio and the reverse as well.
-
About static: yes
About installation, if you used the online installer, start the maintenance tool located in your Qt installation.
-
@SGaist said in convert a mingw project to msvc:
About static: yes
About installation, if you used the online installer, start the maintenance tool located in your Qt installation.
only one other thing, i have installed visual studio 2019 in my system
can i use this or i need to download it form maintenance? -
There's no other option. Visual Studio can only be installed through Microsoft provided installer.