How can I build QT 4 applications that doesn't depend on mingwm10.dll and QT4 dll files? I've seen QT3 programs (like SQLite Database Browser) which work as standalone exe without requiring mingwm10.dll or QT library DLLs.
How can I build QT 4 applications that doesn't depend on mingwm10.dll and QT4 dll files? I've seen QT3 programs (like SQLite Database Browser) which work as standalone exe without requiring mingwm10.dll or QT library DLLs.
ia32 (31st January 2007)
I just built a static exe for a simple application (which has only a a "quit" pushbutton). The filesize is unbelievable, 52.1 MB!!! Is it normal for static QT4 executables?![]()
And how do I revert to default settings? Is just undoing the changes to qmake.conf and running ('configure' without any paramenter + mingw32-make sub-src) enough?
ia32 (31st January 2007)
After "qmake -config release" it's much smaller, but still 7.2 MB
Is there any way to make static exes of a saner size?
BTW, thanks to everyone for help.
Try stripping the executable or use UPX.
ia32 (31st January 2007)
Which executable stripper should I use? Something like StripReloc?
Bookmarks