How can I easily create a Visual Studio project from my existing pro file

Simply run qmake as follows:

  • qmake -tp vc**

Note that this will take the existing template setting and prepend vc to it,
so it will create a valid Visual Studio project file regardless of the
template you use. The only exception is the SUBDIRS template.

1 comment

December 5, 2010

Picture of xsacha xsacha

Ant Farmer

Write a comment

Sorry, you must be logged in to post a comment.