Results 1 to 4 of 4

Thread: Qt Strange size!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2009
    Posts
    70
    Thanks
    2
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: Qt Strange size!

    So If I have Debug, it requires full libs, If Release then this "stripped" files ?? I am right ?

  2. #2
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Qt Strange size!

    No, the release are "full" too

    The debug versions are bigger because they have much more "debugging" information, so that they are easier to debug, you use the debug version on your computer to test and find bugs, and the release build when you send the application to your clients.

    And the release executable is optimized for better performance.

  3. The following user says thank you to Zlatomir for this useful post:

    Peppy (7th October 2010)

Similar Threads

  1. Replies: 4
    Last Post: 20th November 2009, 12:25
  2. Replies: 2
    Last Post: 23rd March 2009, 17:26
  3. adjust font size to QLabel-size
    By hunsrus in forum Qt Programming
    Replies: 0
    Last Post: 9th July 2008, 14:33
  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.