Results 1 to 5 of 5

Thread: Self contained, small as possible app.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Platforms
    MacOS X Unix/X11
    Thanks
    1
    Thanked 52 Times in 52 Posts

    Default Re: Self contained, small as possible app.

    "Strip" the binary: There shall be an executable "strip" with your mingw-installation. Run it on the binary and see what happens.
    It's nice to be important but it's more important to be nice.

  2. #2
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 29 Times in 27 Posts

    Default Re: Self contained, small as possible app.

    I think 'strip' won't help since he is building in release mode.
    I'm a rebel in the S.D.G.

  3. #3
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Platforms
    MacOS X Unix/X11
    Thanks
    1
    Thanked 52 Times in 52 Posts

    Default Re: Self contained, small as possible app.

    strip does not only remove debug symbols but also unneeded symbols. So it is worth a try. It takes like 5 seconds to try out.
    It's nice to be important but it's more important to be nice.

  4. #4
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    2
    Thanked 29 Times in 28 Posts

    Default Re: Self contained, small as possible app.


Similar Threads

  1. Small Libraries
    By porfirio in forum Installation and Deployment
    Replies: 7
    Last Post: 13th August 2009, 11:16
  2. Small task for Windows programmers
    By wysota in forum General Discussion
    Replies: 23
    Last Post: 29th October 2007, 10:32
  3. tool bar icon size looking small???
    By darpan in forum Qt Tools
    Replies: 7
    Last Post: 31st March 2006, 17:38

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
  •  
Qt is a trademark of The Qt Company.