I am looking for any tutorials or information on compiling Qt 4.7 with Visual Studio 2010.
I\'ve recently have run into an bug using Qt 4.7.1 libraries
You shouldn't need the QMAKESPEC if you are passing -platform win32-msvc2010 to configure
define the QTDIR environment variable to poitn to the 4.7.1 top level dir. Less stuff requires it now with the improved vs integration but it makes setting paths easier, especially if you use multiple versions.