PDA

View Full Version : how to reduce the size of qt/e application



sar_van81
16th August 2007, 13:03
Hi,

i had compiled qt-embedded-free-3.3.5 statically for MIPS(DBAU12000 processor) and successfully ported it on to the board also. but the size of a single application(i.e the example applications in the source file-the aclock or action or anything) is about 11 MB. when i strip it ,it comes to 9.2MB.


can anyone provide me any suggestions or solutions as how to reduce it to as small as possible ?

thanks in advance,

saravanan.

wysota
16th August 2007, 16:19
Run configure with -help switch and recompile Qt without some features you don't need (like STL compatibility, exceptions, etc.). And make sure you don't compile the library in debug mode.