If you want to use Qt then you have to have Qt built for MSVC (either from binary if available or built yourself). Then qmake should already be set up for MSVC. If you don't need Qt then you need to tell qmake to use the proper specs (win32-msvc<something>) by adjusting the build steps (you need to pass a -specs parameter with appropriate argument).
Bookmarks