Results 1 to 9 of 9

Thread: confused by difference bewteen setting debug/release in creator build and .pro

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,360
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: confused by difference bewteen setting debug/release in creator build and .pro

    How did the pro file look like initially? I really have no problems in modifying CONFIG when invoking qmake
    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.


  2. #2
    Join Date
    Mar 2015
    Posts
    1
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: confused by difference bewteen setting debug/release in creator build and .pro

    The Release mode enables optimizations and generates without any debug data, so it is fully optimized. . Lots of your code could be completely removed or rewritten in Release mode. The resulting executable will most likely not match up with your written code. Because of this release mode will run faster than debug mode due to the optimizations. More about.....Debug and Release build

    Walsh

Similar Threads

  1. Difference between Debug and Release Mode
    By sunil.thaha in forum Qt Programming
    Replies: 2
    Last Post: 5th May 2013, 13:31
  2. Difference names for dll of debug and release
    By alizadeh91 in forum Installation and Deployment
    Replies: 1
    Last Post: 16th December 2012, 23:17
  3. confused about QFileDialog in debug and release mode
    By furskytl in forum Qt Programming
    Replies: 4
    Last Post: 23rd December 2011, 11:01
  4. Replies: 2
    Last Post: 3rd October 2011, 23:04
  5. A difference between debug build with gcc and vc++
    By piotr.dobrogost in forum Qt Tools
    Replies: 12
    Last Post: 30th July 2009, 12:09

Tags for this Thread

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.