Is there any way to compile to 32bit other than MinGW?
-
Hi,
I use Qt 5.13.2 on Win10 64 bit.
I need to deploy my qt writen program to 32 bit machines also. But I use some specific Windows API codes in my program which MinGW doesn't support.I have VC 2019 express. I know we can change target platform in VS. I have "msvc2017_64" directory in my Qt folder. So how can I find "msvc2017_32" like something and compile to 32bit.
Regards,
Mucip:) -
Hi,
Install the 32 bit MSVC build of Qt.