Hi!
I have downloaded the Qt 4.5.1 and Qt Creator 1.1 src and compiled them in the MSVC x64 command prompt, which means they are compiled on 64-bit architecture (target machine = x64). But when I run QtCreator it can't find nmake.exe... So I tried using the downloaded (already compiled) QtCreator by installing it using it's installer (it's 32-bit but lets say I can stand it :]). It's better now, cause it sees the nmake.exe but it tries to compile with the 32-bit compiler (target machine = X86) which fails because Qt libs are compiled for x64 and now only usable with x64 projects. How can I make it working with x64 target machine?

P.S. I'm using Vista Business x64