Yes, it's possible. Either reconfigure Visual Studio to do a custom build or simply change the QMAKESPEC to win32-g++ (or something like that) and use qmake to generate a VS project (pass -tp vc option to qmake).