我从QMake(qmake -tp vc要赢得32.pro)手中接手,当我用刀子(为VS2010年打火)操作时,我发现以下错误。
MSBUILD : error MSB4192: The project file ".win32.vcproj" is in the ".vcproj" or ".dsp" file format , which MSBuild cannot build directly. Please convert the project by opening it in the Visual Studio IDE or running the conversion tool, or, for ".vcproj", use MSBuild to build the solution file conta ining the project instead.
我愿利用转换工具获取VS2010项目档案。 是什么工具?
ADDED
Based on heavyd s answer, I got it work.
qmake -project
qmake -tp vc win32.pro
devenv /Upgrade win32.vcproj
msbuild win32.vcxproj
人们可以使用更简单的 n。
qmake -spec win32-msvc2008
nmake