2016-09-06 104 views
-1

我建立在VS2012的項目,並得到以下錯誤,我已搜查谷歌,並沒有發現太多類似的解決方案,請提供相同的解決方案,這是錯誤的代碼片段 -構建項目時遇到錯誤?

 MOCing D:\giit\release_17\RTTBorrow\rttBorrowWindow.h 
     'moc.exe' is not recognized as an internal or external command, 
     operable program or batch file. 
      MOCing D:\giit\release_17\RTTBorrow\rttListView.h 
     'moc.exe' is not recognized as an internal or external command, 
     operable program or batch file. 
     MOCing D:\giit\release_17\RTTBorrow\rttpassworddialog.h 
     'moc.exe' is not recognized as an internal or external command, 
     operable program or batch file. 
      MOCing D:\giit\release_17\RTTBorrow\rttpassworddialogimpl.h 
      'moc.exe' is not recognized as an internal or external command, 
      operable program or batch file. 
      MOCing D:\giit\release_17\RTTBorrow\rttTextEdit.h 
     'moc.exe' is not recognized as an internal or external command, 
      operable program or batch file. 
     C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(172,5): error MSB6006: "cmd.exe" exited with code 9009. 
Thanks !!! 
+0

你建立的項目是什麼?提供詳細步驟來重現該問題。 –

+0

@strain通過提供用於構建的moc.exe的路徑來解決問題。 – Gaurav

+0

您可以將其標記爲答案。 –

回答

1

由於您沒有告訴您正在嘗試構建哪個項目,並且使用Google搜索「giit」沒有給出有意義的結果,所以我給出了一個一般性建議。

moc.exe是Qt構建系統的一部分,因此您可以嘗試安裝它。其網站是http://qt.io

+0

感謝您提供解決方案 – Gaurav

+1

您可以將其標記爲答案。 –

相關問題