visual-studio-2008projectqt-creatorproject-conversion

How to convert QtCreator project to Visual Studio project


I have a QtCreator project file *.pro

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


Solution

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