Hi everyone,
I am getting this error after trying to configure for a static build.
When relaunching the Qt Creator and trying to do a simple build on existing project I am getting this error messages:



Starting: c:/qt/2010.01/qt/bin/qmake.exe C:/Qt/2010.01/qt/examples/animation/appchooser/appchooser.pro -r CONFIG+=debug_and_release -spec ..\..\..\mkspecs\win32-g++
Exited with code 0.
Starting: C:/Qt/2010.01/mingw/bin/mingw32-make.exe debug -w
mingw32-make: Entering directory `C:/Qt/2010.01/qt/examples/animation/appchooser'
C:/Qt/2010.01/mingw/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Qt/2010.01/qt/examples/animation/appchooser'
C:/Qt/2010.01/qt/bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\include\QtCore" -I"..\..\..\include\QtGui" -I"..\..\..\include" -I"..\..\..\include\ActiveQt" -I"tmp\moc\debug_static" -I"..\..\..\mkspecs\win32-g++" -D__GNUC__ -DWIN32 main.cpp -o tmp\moc\debug_static\main.moc
mingw32-make[1]: Leaving directory `C:/Qt/2010.01/qt/examples/animation/appchooser'
mingw32-make: Leaving directory `C:/Qt/2010.01/qt/examples/animation/appchooser'
'C:/Qt/2010.01/qt/bin/moc.exe' is not recognized as an internal or external command,
operable program or batch file.
mingw32-make[1]: *** [tmp/moc/debug_static/main.moc] Error 1
mingw32-make: *** [debug] Error 2
Exited with code 2.
Error while building project appchooser
When executing build step 'Make'


I did some searching and still couldn't find out what the problem is and how to go about solving this issue.

Any help will be greatly appreciated.

Thank You,
-Deshi