[Qt-interest] Building Qt for 64bits Windows (Constantin Makshin)
Ahmed Khaled
ahmed_khaled_omer at yahoo.com
Thu Jul 2 09:34:30 CEST 2009
you need to configure the Qt to work with the 64-bit binaries using the nmake
follow this steps :
1. open the visual studio 200x x64 command line from the start menu
2. browse for the Qt directory as"c:/Qt/4.5.0"
3. type configure -release -stl -qt-sql-odbc -plugin-sql-odbc.
4 . type nmake.
5. type configure -debug -stl -qt-sql-odbc -plugin-sql-odbc.
6. type nmake.
if you want to use the 32-bit again you have to backup the Qt folder before reconfiguring Qt because the new libs and binaries will replace the old ones.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090702/a521e570/attachment.html
More information about the Qt-interest-old
mailing list