Results 1 to 2 of 2

Thread: default target in generated makefiles

  1. #1
    Join Date
    Dec 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default default target in generated makefiles

    When using Qt 4.6.2, the default target of makefiles generated by qmake (with debug_and_release configuration) is the release one. So, when running make without arguments the release version of app is built.

    However, in newer Qt qmake generates makefiles with debug targets specified by default.

    Is it possible to override this behavior? I just want to build release version of my app with 'qmake && make && make install'

    Thank you.

  2. #2
    Join Date
    Dec 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: default target in generated makefiles

    the issue can be closed, qmake behavior is correct

Similar Threads

  1. Replies: 4
    Last Post: 18th April 2010, 00:37
  2. Windows Qt SDK's QtCreator erroneously generating bcc32 makefiles
    By andy.fillebrown in forum Installation and Deployment
    Replies: 2
    Last Post: 2nd October 2009, 12:32
  3. Generated Makefiles clean-up
    By tora in forum Qt Programming
    Replies: 3
    Last Post: 4th June 2009, 11:45
  4. qmake does not create visual studio makefiles
    By AlphaWolf in forum Installation and Deployment
    Replies: 2
    Last Post: 6th March 2009, 17:02
  5. Import custom makefiles into KDevelop prj
    By zlatko in forum KDE Forum
    Replies: 4
    Last Post: 17th January 2006, 11:12

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.