Не собирается даже hello world, вот что в консоли:
Выполняется сборка проекта Hello...
Запускается: C:/Qt/2010.01/mingw/bin/mingw32-make.exe clean -w
mingw32-make: Entering directory `C:/MAIN/QT/Examples SHLEE/chapter01/Hello'
C:/Qt/2010.01/mingw/bin/mingw32-make -f Makefile.Debug clean
mingw32-make[1]: Entering directory `C:/MAIN/QT/Examples SHLEE/chapter01/Hello'
del debug\hello.o
mingw32-make[1]: Leaving directory `C:/MAIN/QT/Examples SHLEE/chapter01/Hello'
C:/Qt/2010.01/mingw/bin/mingw32-make -f Makefile.Release clean
mingw32-make[1]: Entering directory `C:/MAIN/QT/Examples SHLEE/chapter01/Hello'
del release\hello.o
mingw32-make[1]: Leaving directory `C:/MAIN/QT/Examples SHLEE/chapter01/Hello'
mingw32-make: Leaving directory `C:/MAIN/QT/Examples SHLEE/chapter01/Hello'
ЌҐ г¤ Ґвбп ©вЁ C:\MAIN\QT\Examples SHLEE\chapter01\Hello\release\hello.o
Завершено с кодом 0.
Запускается: c:/qt/2010.01/qt/bin/qmake.exe C:/MAIN/QT/Examples SHLEE/chapter01/Hello/Hello.pro -spec win32-g++ -r
Завершено с кодом 0.
Запускается: C:/Qt/2010.01/mingw/bin/mingw32-make.exe -w
mingw32-make: Entering directory `C:/MAIN/QT/Examples SHLEE/chapter01/Hello'
C:/Qt/2010.01/mingw/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/MAIN/QT/Examples SHLEE/chapter01/Hello'
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"c:\Qt\2010.01\qt\include\QtCore" -I"c:\Qt\2010.01\qt\include\QtGui" -I"c:\Qt\2010.01\qt\include" -I"c:\Qt\2010.01\qt\include\ActiveQt" -I"debug" -I"c:\Qt\2010.01\qt\mkspecs\win32-g++" -o debug\hello.o hello.cpp
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o Hello.exe debug/hello.o -L"c:\Qt\2010.01\qt\lib" -lmingw32 -lqtmaind -lQtGuid -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lmsimg32 -lQtCored -lkernel32 -luser32 -lshell32 -luuid -lole32 -ladvapi32 -lws2_32
mingw32-make[1]: Leaving directory `C:/MAIN/QT/Examples SHLEE/chapter01/Hello'
mingw32-make: Leaving directory `C:/MAIN/QT/Examples SHLEE/chapter01/Hello'
c:/qt/2010.01/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lQtGuid
collect2: ld returned 1 exit status
mingw32-make[1]: *** [Hello.exe] Error 1
mingw32-make: *** [debug] Error 2
Завершено с кодом 2.
Ошибка во время сборки проекта Hello
Во время выполнения сборки на этапе 'Make'