PDA

View Full Version : [SOLVED] 64 bit compiles under Visual Studio 2005



drescherjm
27th May 2009, 14:42
How does one do this? I ran configure under the Visual Studio x64 command prompt for Qt 4.4.3 and it still builds 32 bit only code.

drescherjm
27th May 2009, 17:32
It appears that if you build with the .sln file and the Visual Studio UI you get a 32 bit build. If you build with nmake and the Makefile you get a 64 bit build. Fine with me.