我使用Qt Creator的1.3.1,並試圖編譯,但得到這個錯誤... 請幫我擺脫它QT moc.exe錯誤
mingw32-make[1]: Leaving directory `C:/Documents and Settings/eyalk/My Documents/My QT Projects/XML'
mingw32-make: Leaving directory `C:/Documents and Settings/eyalk/My Documents/My QT Projects/XML'
'C:/Qt/2010.02.1/qt/bin\moc.exe' is not recognized as an internal or external command,
operable program or batch file.
mingw32-make[1]: *** [debug/moc_mainwindow.cpp] Error 1
mingw32-make: *** [debug] Error 2
Exited with code 2.
Error while building project XML
When executing build step 'Make'
貌似QMAKE是在正確的地方,但我不有任何文件叫做moc.exe ... – kaycee 2010-05-20 08:30:24
也許在安裝過程中出現問題,例如在我的電腦上,'qmake.exe'的路徑如下:'C:\ Qt \ 2010.01 \ qt \ bin'這個路徑是其他可執行文件:'moc.exe','lupdate.exe','lrelease.exe'等... 您是否看到這些? – 2010-05-20 08:35:18
我有那些... 但沒有moc.exe – kaycee 2010-05-20 08:39:28