Qt: What does "convert project to qmake generated project" do in Visual Studio

While working on my project, I clicked on the project options but noticed any changes. Can anyone explain what this does with the project?

Running the Qt 4.8.0 plugin in Visual Studio 2010.

+3


source to share


1 answer


It is qmake's ability to generate a .vcproj from a .pro file. Therefore, you must read the qmake documentation to create the correct .pro file.



+3


source







All Articles