VS2010 Express Edition与QT4.7的编译错误

Compilation error of VS2010 Express Edition together with QT4.7

本文关键字:编译 错误 QT4 Express Edition VS2010      更新时间:2023-10-16

Hallo,我想将Visual Studio 2010速成版与QT4.7一起使用,以继续开发一个使用QT 4.6和Visual Studio 2005专业版的项目。

我在我的项目中使用了自定义构建。以下是生成后事件>命令行属性:

mt.exe -manifest "C:DevelopmentToolMyProgramManifestx86_5063_$(ConfigurationName)generic.manifest" -outputresource:"$(TargetPath)";

当我试图构建项目时,我得到了这个错误:

1>C:Program FilesMSBuildMicrosoft.Cppv4.0Microsoft.CppCommon.targets(103,5): error MSB3073: The command "mt.exe -manifest "C:DevelopmentToolMyProgramManifestx86_5063_Debuggeneric.manifest" -outputresource:"C:DevelopmentSrcCppMyProgramDebugMyProgram.exe"
1>C:Program FilesMSBuildMicrosoft.Cppv4.0Microsoft.CppCommon.targets(103,5): error MSB3073: :VCEnd" exited with code 31.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

这方面有什么指导方针吗?

THanks@!

很难从提供的有限信息中分辨出来。您是否将运行时添加到配置文件中?http://social.msdn.microsoft.com/Forums/en-US/netfxgeneralprerelease/thread/406a9a61-1904-44f7-bc05-d809d78e7938/