Results 1 to 5 of 5

Thread: Qmake

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    28
    Thanked 976 Times in 912 Posts

    Default Re: Qmake

    Quote Originally Posted by High|ander View Post
    How do i config it to be able to run commands like: "make debug" and "make release"
    You can also add:
    CONFIG += debug_and_release
    to your .pro file and then use make -f Makefile.Release and make -f Makefile.Debug.

  2. #2
    Join Date
    Jan 2006
    Location
    travelling
    Posts
    1,116
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 127 Times in 121 Posts

    Default Re: Qmake

    Quote Originally Posted by jacek View Post
    You can also add:to your .pro file and then use make -f Makefile.Release and make -f Makefile.Debug.
    Another (simpler) syntax that can be used along the debug_and_release option is :
    $ make release
    or :
    $ make debug
    Current Qt projects : QCodeEdit, RotiDeCode

Similar Threads

  1. Flex, Bison and qmake
    By Hydragyrum in forum Qt Programming
    Replies: 5
    Last Post: 2nd May 2011, 15:52
  2. qmake failure for SUBDIRS template on OSX
    By lonejedi in forum Newbie
    Replies: 3
    Last Post: 24th May 2010, 00:02
  3. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  4. qmake to build both 32-bit and 64-bit
    By lni in forum Qt Programming
    Replies: 8
    Last Post: 12th December 2006, 19:35
  5. linking user space and kernel space programs with qmake
    By zielchri in forum Qt Programming
    Replies: 9
    Last Post: 8th March 2006, 23:11

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.