Qt on Visual Studio 2010 and win7 64bit

c++, qt, visual-studio-2010

Solution

AFAIK, you have to build Qt yourself to get a win64 version.

Problem

I decided to start working with Qt on my win7 (64bit). I downloaded and installed qt-win-opensource-4.8.4-vs2010.exe and the qt-vs-addin-1.1.11-opensource.exe. Now I can nun Qt projects on Win32, but I want or I need them on Win64 mode. When I try this I get this error message there's no Qt version assigned to this project for platform x64 Please use the 'change the Qt version' feature and choose a valid Qt version for this platform. Any idea how can I solve this.

Original source