【发布时间】:2013-02-25 16:52:40
【问题描述】:
我正在构建一个从以前的开发人员那里获得的 C++ 项目。当我尝试编译它时,我得到了这个错误(我使用的是 VS2012 Professional):
\bin\rcc.exe -name resources resources.qrc -o debug\qrc_resources.cpp
1> Moc'ing aboutdialog.h...
1> The system cannot find the path specified.
1> Moc'ing action.h...
1> UIC aboutdialog.ui
1> The system cannot find the path specified.
1> UIC mainwindow.ui
1> The system cannot find the path specified.
1> RCC resources.qrc
1> The system cannot find the path specified.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(172,5): error MSB6006: "cmd.exe" exited with code 3.
1>Done executing task "CustomBuild" -- FAILED.
1>Done building target "CustomBuild" in project "sv.vcxproj" -- FAILED.
有什么问题,我该如何解决?
【问题讨论】:
标签: qt visual-c++ msbuild qt4 qt5