I just downloaded and installed the latest versions of the Qt SDK, Qt Creator, and the Qt add-in for Visual Studio (I\'m running VS 2010).
First, I tried creating a Qt pr
Rebuild it with vs2010, it's much easier, and allows you to step into the Qt src in debug.
In the top of the Qt src tree do
configure -no-webkit -no-qt3support -opensource -platform win32-msvc2010
(webkit is optional but it takes a long time to build)
Will build a .sln file which you can open in VS2010 and build