How to convert QtCreator project to Visual Studio project

前端 未结 3 1902
醉话见心
醉话见心 2021-02-01 17:32

I have a QtCreator project file *.pro

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

3条回答
  •  说谎
    说谎 (楼主)
    2021-02-01 17:43

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

提交回复
热议问题