I managed to compile QT statically with:

configure -static -release -no-exceptions -qt-zlib -qt-libpng -qt-libmng -qt-libtiff -qt-libjpeg

mingw32-make sub-src

But my Release EXE still requires libgcc_s_dw2-1.dll and mingwm10.dll , any way to integrate these files into my stand-alone exe ?

I am on Windows and using Qt 4.6 Community edition.

Thank you !