Results 1 to 2 of 2

Thread: Way to know deployable QT app size (overall size)

  1. #1
    Join Date
    Aug 2010
    Posts
    6
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 2 Times in 2 Posts

    Default Way to know deployable QT app size (overall size)

    Hi,

    I would like to know is there a way or mehtod to calculate the overall size of a deployable QT application? My application involves web rendering and session management along with a UI interface.
    For this what all modules would be need to be deployed and what will be the size of each of these and the overall size of the package that is needed for deployment.

    Also how to know what all dlls the app depends on? Is there a command or utility to know this?

    Please let me know if we have some method or way to know or calculate this.

    Thanks in advance.

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 334 Times in 317 Posts

    Default Re: Way to know deployable QT app size (overall size)

    Size depends on your code and final code generated by the compiler and linker.
    I dont think there is any other way of knowing the size of code other than actually generating it and checking.

    If you are gonna deploy, you are gonna generate the modules too.. so cant you check the size of the same ?

Similar Threads

  1. Replies: 4
    Last Post: 20th November 2009, 12:25
  2. Replies: 2
    Last Post: 23rd March 2009, 17:26
  3. Replies: 0
    Last Post: 14th February 2008, 12:14
  4. Replies: 1
    Last Post: 24th October 2006, 16:40
  5. change font size and button size of QMessageBox
    By nass in forum Qt Programming
    Replies: 6
    Last Post: 13th September 2006, 19:16

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.