http://sourceforge.net/projects/smplaye ... z/downloadThis will run without mingwm10.dll, libgcc, zlib1.dll, qjpeg4.dll, and the rest of the Qt dlls. Size is 10MB.
I used:
configure -release -opensource -static -no-exceptions -qt-style-windowsxp -qt-style-windowsvista -phonon -qt-libjpeg -no-qt3support -no-webkit -no-script -no-scripttools -no-declarative -no-declarative-debug -no-phonon-backend -nomake examples -nomake demos -nomake tools
qmake (qmake.exe)
LFLAGS = -s -static
mkspecs\win32-g++:
QMAKE_CFLAGS_RELEASE = -Os
QMAKE_LFLAGS = -s -static