[Qt-interest] Using qmake to generate .vcproj, x64 configurations

Raphael Meloni raphael.meloni at gmail.com
Thu Jun 25 02:56:05 CEST 2009


Dear Stephen,

    first, do you need compile Qt in 64-bits.

    Open a "Visual Studio 2008 x64 Cross Tools Command Prompt".
    Execute "configure" and "nmake" to build Qt (dlls, qmake, uic, ...)
in 64-bits.

    So, you can generate a .vcproj with x64 configurations.

Regards,
Raphael Meloni

Stephen Wong escreveu:
> Hello,
> 
> I'm using Qt 4.5.1.
> 
> On a 64-bit machine I expected that using qmake with the vclib/vcapp 
> template to generate .vcproj files with "x64" configurations. Instead, 
> only "Win32" configurations were generated. Is there something I can do 
> to get "x64" configurations?
> 
> I'm using .vcproj files ahead of makefiles on Windows because it's 
> documented that nmake does not support precompiled headers (see 
> http://doc.trolltech.com/4.5.1/qmake-variable-reference.html#precompiled-header). 
> 
> 
> Thanks,
> 
> Stephen



More information about the Qt-interest-old mailing list