Results 1 to 2 of 2

Thread: how to reduce the size of qt/e application

  1. #1
    Join Date
    Dec 2006
    Posts
    123
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11

    Default how to reduce the size of qt/e application

    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.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: how to reduce the size of qt/e application

    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.

Similar Threads

  1. Reduce the size of Qt-compiled software
    By ct in forum Qt Programming
    Replies: 7
    Last Post: 2nd May 2007, 15:05
  2. Replies: 4
    Last Post: 19th April 2007, 14:17
  3. How to know the size of the application
    By Sarma in forum Qt Programming
    Replies: 2
    Last Post: 7th March 2006, 12:02
  4. Qt 4.1.1 linker warnings
    By Matt Smith in forum Installation and Deployment
    Replies: 0
    Last Post: 26th February 2006, 23:14

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.