Results 1 to 4 of 4

Thread: figure out?

  1. #1
    Join Date
    Sep 2007
    Location
    Ankara TURKEY
    Posts
    32
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question figure out?

    How could I figure out which *.dll and *.a files do I really need.
    The size of release project.exe file is nearly 13MB and for execute it I collect nearly 450MB dll files.

    I need to eliminate some of them.

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: figure out?

    May Dependency Walker can help you.

  3. #3
    Join Date
    May 2009
    Posts
    61
    Thanks
    5
    Thanked 6 Times in 6 Posts
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: figure out?

    Yes, depency walker is great for that. Does someone know how to do it for the other two platforms?
    Linux = nm -Cu or something like that? But then I only get the undefined symbols...
    Mac probably the same as Linux?

    Quote Originally Posted by uygar View Post
    for execute it I collect nearly 450MB dll files.
    This is more than the DotNet collection What the hell are you doing?

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

    Default Re: figure out?

    For Unix running ldd on the application is enough. It lists all dependent libraries.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. The following user says thank you to wysota for this useful post:

    auba (20th May 2009)

Similar Threads

  1. How to put text labels on a figure
    By tommy in forum Qt Programming
    Replies: 3
    Last Post: 7th May 2009, 16:33
  2. Replies: 6
    Last Post: 17th June 2008, 07:28
  3. Put figure in a grid
    By dreamer in forum Qt Programming
    Replies: 4
    Last Post: 4th March 2008, 03:01
  4. yet another easy task i cant figure out
    By sincnarf in forum Qt Programming
    Replies: 5
    Last Post: 16th October 2007, 05:46
  5. Figure - field for MySQL record
    By Dmitry in forum Qt Programming
    Replies: 1
    Last Post: 28th October 2006, 20:00

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.