Hello,
I use Windows 7 ×64, with:
Visual Studio 2012 Utimate,
qt-opensource-windows-x86-msvc2012_64-5.2.1.exe
qt-vs-addin-1.2.2-opensource.exe
VS2012 Qt version path in Qt options is : C:\Qt\Qt5.2.1\5.2.1\msvc2012_64
When I build an empty QT5 project from the Qt wizard:
With debug x64 configuration, I got the messagebox: “No Qt version assigned to this project for platform x64”
With debug win32 configuration, I got linker message: “Qt5Widgetsd.lib(Qt5Widgetsd.dll)fatal error LNK1112: module machine type ‘x64’ conflicts with target machine type ‘X86’”
So I can’t build apps for 32 nor 64 bits !
I think the linker message indicates a 64-bit Qt version, so why the messageBox when i switch to X64 project configuration ?
What did I do wrong?
Thanks.
↧