Results 1 to 8 of 8

Thread: lightweight static linking qt?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2006
    Location
    San Francisco, CA
    Posts
    186
    Thanks
    55
    Thanked 12 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default lightweight static linking qt?

    So I statically linked Qt to my simple app that sends a few messages over sockets then shuts down. But the resulting executable is 850KB!! (release build, no symbols) I was wondering if there might be any compiler or preprocessor options to recompile Qt, to try to cut the executable size down to below 500kb, make it a little more lightweight. I am only linking in QtCore.lib and QtNetwork.lib.
    Last edited by gfunk; 2nd April 2007 at 22:43.
    Software Engineer



Similar Threads

  1. static & dynamic linking
    By mickey in forum General Programming
    Replies: 6
    Last Post: 11th June 2010, 08:57
  2. Replies: 16
    Last Post: 23rd May 2008, 10:12
  3. static linking issue
    By ashwini in forum Qt Programming
    Replies: 2
    Last Post: 29th May 2006, 12:40
  4. I got two problems when I used static compiled library of QT4
    By qintm in forum Installation and Deployment
    Replies: 8
    Last Post: 20th April 2006, 08:52
  5. Replies: 4
    Last Post: 20th February 2006, 09:11

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.