Compiling a 32-bit Qt application using a 64-bit package

I am using the 64-bit version of Windows 8, Qt 5.0.2 for Windows 64-bit and Visual Studio 2012.

I have no problem compiling and running my application on a 64-bit OS, but apparently it does not work on a 32-bit OS. Is there a way to compile a 32-bit application with what I have, or install Qt for Windows 32-bit? (I download Qt from here .)

If possible, I would like to give a hint where this option is. I am using Qt Creator.

+6
source share
1 answer

This is not possible with a 64-bit library, but you can download and install the corresponding "Qt 5.0.2 for Windows 32- bit" (you can configure the targets in Creator to install several versions of Qt)

+5
source

Source: https://habr.com/ru/post/945751/


All Articles