I know this thread is a bit old, but I'm having the exact same problem. 
From the QT Command promptI ran: 
	
	qmake -spec win32-msvc2010
        qmake -spec win32-msvc2010
To copy to clipboard, switch view to plain text mode 
   Then from the Visual Studio Command Prompt I ran: 
	
	nmake
        nmake
To copy to clipboard, switch view to plain text mode 
    Nmake compiled a bunch of stuff but ultimately failed with the error: 
	
	linking ..\lib\qwt5.dll
LINK : fatal error LNK1181: cannot open input file 'c:\Qt\2010.05\qt\lib\QtGui4.
lib'
        linking ..\lib\qwt5.dll
LINK : fatal error LNK1181: cannot open input file 'c:\Qt\2010.05\qt\lib\QtGui4.
lib'
To copy to clipboard, switch view to plain text mode 
  
I am using the normal windows binary for the QT IDE / Creator found at http://qt.nokia.com/downloads/sdk-windows-cpp.
Do you mind providing more details on how you got this to work?
				
			
Bookmarks