Results 1 to 2 of 2

Thread: Unable to set Release build configuration;

  1. #1
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Default Re: Unable to set Release build configuration;

    Hello;

    I'm using Qt creator 3.0.0 to build a widget application.

    I have played (changed several time by shadow build directory) and now my build is stuck to only Debug mode. I'm unable to set the compile to Release in the menu "Build -> Open Build and Selector Kit" nor in the "Projects" tab.

    Any idea?

    Thank you for your help.

    In Projects: Edit build configuration is showing only Debug mode as a choice.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Unable to set Release build configuration;

    Click the "Add" button right next to the "Edit build configuration" drop down.
    Name the configuration "Release".
    Under "Build Steps" adjust the qmake line to read:
    "qmake yourproject.pro -r -spec linux-g++"
    i.e. remove the "CONFIG+=debug" if present.

Similar Threads

  1. Ideal Build Configuration of Qt for Windows 7 64 Bit
    By swamyonline in forum Installation and Deployment
    Replies: 1
    Last Post: 1st June 2013, 04:00
  2. Replies: 2
    Last Post: 4th October 2011, 00:04
  3. OSX only has Release Configuration
    By weaver4 in forum Newbie
    Replies: 4
    Last Post: 20th December 2010, 16:19
  4. GUI completely nonfunctional in Release configuration.
    By alpinista in forum Qt Programming
    Replies: 2
    Last Post: 7th December 2009, 09:43
  5. How to determine build configuration?
    By gadnio in forum Qt Programming
    Replies: 4
    Last Post: 1st February 2006, 13:58

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.