Hi people!

I'm new user QT-Creator, but i'm programer have 20 years in varibles linguagers.
I am having trouble compiling the program for example musicplayer. Compile output:

Running build steps for project capabilities... Creating gdb macros library...
QMAKESPEC set to C:\Qt\2009.01\qt\mkspecs\win32-g++ overrides mkspec of selected qt win32-g++
Starting: C:/Qt/2009.01/qt/bin/qmake.exe C:/Qt/2009.01/qt/examples/phonon/capabilities/capabilities.pro -spec win32-g++ -r
Exited with code 0.
Starting: C:/Qt/2009.01/mingw/bin/mingw32-make.exe -w
mingw32-make: Entering directory `C:/Qt/2009.01/qt/examples/phonon/capabilities'
C:/Qt/2009.01/mingw/bin/mingw32-make -f Makefile.Debug all
mingw32-make[1]: Entering directory `C:/Qt/2009.01/qt/examples/phonon/capabilities'
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_PHONON_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\include\QtCore" -I"..\..\..\include\QtGui" -I"..\..\..\include\phonon" -I"..\..\..\include" -I"..\..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"." -I"c:\qt-greenhouse\Trolltech\Code_less_create_more\Trollte ch\Code_less_create_more\Troll\4.5.0\qt\mkspecs\wi n32-g++" -o tmp\obj\debug_shared\window.o window.cpp
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_PHONON_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\include\QtCore" -I"..\..\..\include\QtGui" -I"..\..\..\include\phonon" -I"..\..\..\include" -I"..\..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"." -I"c:\qt-greenhouse\Trolltech\Code_less_create_more\Trollte ch\Code_less_create_more\Troll\4.5.0\qt\mkspecs\wi n32-g++" -o tmp\obj\debug_shared\main.o main.cpp
C:/Qt/2009.01/qt/bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_PHONON_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\include\QtCore" -I"..\..\..\include\QtGui" -I"..\..\..\include\phonon" -I"..\..\..\include" -I"..\..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"." -I"c:\qt-greenhouse\Trolltech\Code_less_create_more\Trollte ch\Code_less_create_more\Troll\4.5.0\qt\mkspecs\wi n32-g++" -D__GNUC__ -DWIN32 window.h -o tmp\moc\debug_shared\moc_window.cpp
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_PHONON_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\include\QtCore" -I"..\..\..\include\QtGui" -I"..\..\..\include\phonon" -I"..\..\..\include" -I"..\..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"." -I"c:\qt-greenhouse\Trolltech\Code_less_create_more\Trollte ch\Code_less_create_more\Troll\4.5.0\qt\mkspecs\wi n32-g++" -o tmp\obj\debug_shared\moc_window.o tmp\moc\debug_shared\moc_window.cpp
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug\capabilities.exe tmp/obj/debug_shared/window.o tmp/obj/debug_shared/main.o tmp/obj/debug_shared/moc_window.o -L"c:\Qt\2009.01\qt\lib" -L"c:\Qt\2009.01\qt\lib" -lmingw32 -lqtmaind -lphonond4 -lQtGuid4 -lQtCored4
mingw32-make[1]: Leaving directory `C:/Qt/2009.01/qt/examples/phonon/capabilities'
mingw32-make: Leaving directory `C:/Qt/2009.01/qt/examples/phonon/capabilities'
C:\Qt\2009.01\mingw\bin\..\lib\gcc\mingw32\3.4.5\. .\..\..\..\mingw32\bin\ld.exe: cannot find -lphonond4
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\capabilities.exe] Error 1
mingw32-make: *** [debug-all] Error 2
Exited with code 2.
Error while building project capabilities
When executing build step 'Make'
My SO is Windows Vista and my version of QT-Creator is 4.5.
I am thinking of migrating to QT, but must first resolve these problems, so need help from you.
Thank's

Jean