Hi, i have been trying to compile Qt 4.6.0 static but it everytime failed. I did it on new instalation Windows XP SP2 on vmware.

I was compiling it with mingw which is in QtCreator 1.3.0 instalation (i think gcc-core-4.4.0). I added -static to QMAKE_LFLAGS (in mkspecs\win32-g++\qmake.conf).

My configuration:
configure -static -release -nomake examples -nomake demos -platform win32-g++

then:
mingw32-make

After few hours i got this: http://img188.imageshack.us/img188/7858/31057149.jpg

Thanks, vdolek