2011-05-26 49 views
1

Hallo, 我想使用Visual Studio 2010 Express Edition和QT4.7一起繼續開發使用QT 4.6和Visual Studio 2005 Professional Edition的項目。VS2010 Express Edition與QT4.7一起編譯錯誤

我在我的項目中使用自定義生成。下面是生成後事件>命令行屬性:

mt.exe -manifest "C:\Development\Tool\MyProgram\Manifest\x86_5063_$(ConfigurationName)\generic.manifest" -outputresource:"$(TargetPath)"; 

當我試圖建立的項目,我得到這個錯誤:

1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error MSB3073: The command "mt.exe -manifest "C:\Development\Tool\MyProgram\Manifest\x86_5063_Debug\generic.manifest" -outputresource:"C:\Development\Src\Cpp\MyProgram\Debug\MyProgram.exe" 
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error MSB3073: :VCEnd" exited with code 31. 
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== 

是否有任何指引對此有何看法?

THanks @!

回答