Hi is it somehow possible to compile a 32bit exe on a x64bit Windows Operating system?
I build the libraries as here
Step 4: Build the Qt Library
http://doc-snapshot.qt-project.org/4.8/install-win.html
configure.exe -debug-and-release -opensource -platform win32-msvc2010
then nmake
after 10hours it was done.
When I choose now the Win32 instead of the x64 debug option.
An Error popup,
There’s no Qt version assigned to this project for platform Win32.
the x64 debug is working fine, but I’d like to create win32 exe too, for win32 OS.
↧