How to convert QtCreator project to Visual Studio project

Dmitriy picture Dmitriy · Apr 27, 2011 · Viewed 22k times · Source

I have a QtCreator project file *.pro

How to convert it to Visual Studio 2008 project *.sln?

Answer

spmno picture spmno · Apr 11, 2013

You can also use the qmake command to do this. Go to the project dir and type "qmake -tp vc".