Проблема при сборке примера из книги
Выполняется сборка проекта hello...
Запускается: C:/Qt/2010.01/mingw/bin/mingw32-make.exe clean -w
mingw32-make: Entering directory `D:/Examples/qt-book/chap01/hello'
mingw32-make: Leaving directory `D:/Examples/qt-book/chap01/hello'
mingw32-make: *** No rule to make target `clean'. Stop.
Завершено с кодом 2.
Запускается: c:/qt/2010.01/qt/bin/qmake.exe D:/Examples/qt-book/chap01/hello/hello.pro -spec win32-g++ -r
WARNING: OBJECTS_DIR: Cannot access directory 'debug'
WARNING: DESTDIR: Cannot access directory 'debug'
WARNING: PRECOMPILED_DIR: Cannot access directory 'debug'
WARNING: moc_source: Cannot access directory 'debug'
WARNING: OBJECTS_DIR: Cannot access directory 'release'
WARNING: DESTDIR: Cannot access directory 'release'
WARNING: PRECOMPILED_DIR: Cannot access directory 'release'
WARNING: moc_source: Cannot access directory 'release'
Failure to open file: D:/Examples/qt-book/chap01/hello//Makefile.Debug
Unable to generate makefile for: D:/Examples/qt-book/chap01/hello/hello.pro
Завершено с кодом 5.
Ошибка во время сборки проекта hello
Во время выполнения сборки на этапе 'QMake'
Вот что он пишет!