I have a QtCreator project file *.pro
How to convert it to Visual Studio 2008 project *.sln?
You can also use the qmake command to do this. Go to the project dir and type "qmake -tp vc".