In short you'll need the visual studio plugin from here:

http://download.qt-project.org/offic...opensource.exe

Once installed load up visual studio and click the QT menu the QT options, here you need to add the path to the static build.
You can then create a new QT project using the normal VS project wizard (there will be a new c++ QT section).

Make sure to also set the project defaults under the QT menu once a new project is created.
There's plenty of online tutorials for the rest as its not specific to static building.