Hello together,
I'm new to qt before I developed with wxWidgets and Code::Blocks. Now I have seen that the qt has a bigger library.
So I like to develop in qt.

I like to compile the qt library to a static library.
I followed the Wiki article Building a static version of Qt.
The confiruation works fine. But if I compile the qt I get an error.

My knowlegde about make is very small. Please give me a hint how can I solve my problem.

Thank you for your help...
kea_

Part of the error:
d:\programs\Development\Qt\qt-static\lib\libQtWebKit.a(MediaPlayerPrivatePhonon. o):MediaPlayerPrivatePhonon.cpp.text+0xfc1): undefined ref
erence to `_imp___ZN6Phonon10createPathEPNS_9MediaNodeES1_'
d:\programs\Development\Qt\qt-static\lib\libQtWebKit.a(MediaPlayerPrivatePhonon. o):MediaPlayerPrivatePhonon.cpp.text+0xfd0): undefined ref
erence to `_imp___ZN6Phonon4PathD1Ev'
collect2: ld returned 1 exit status
mingw32-make[5]: *** [..\..\..\..\bin\assistant.exe] Error 1
mingw32-make[5]: Leaving directory `D:/programs/Development/Qt/qt-static/tools/assistant/tools/assistant'
mingw32-make[4]: *** [release] Error 2
mingw32-make[4]: Leaving directory `D:/programs/Development/Qt/qt-static/tools/assistant/tools/assistant'
mingw32-make[3]: *** [sub-assistant-make_default-ordered] Error 2
mingw32-make[3]: Leaving directory `D:/programs/Development/Qt/qt-static/tools/assistant/tools'
mingw32-make[2]: *** [sub-tools-make_default-ordered] Error 2
mingw32-make[2]: Leaving directory `D:/programs/Development/Qt/qt-static/tools/assistant'
mingw32-make[1]: *** [sub-assistant-make_default-ordered] Error 2
mingw32-make[1]: Leaving directory `D:/programs/Development/Qt/qt-static/tools'
mingw32-make: *** [sub-tools-make_default-ordered] Error 2