Results 1 to 2 of 2

Thread: QtCreator project multiple targets

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: QtCreator project multiple targets

    Try this way:
    Qt Code:
    1. win32{
    2. build_pass:CONFIG(debug, debug|release){
    3. OBJECTS_DIR=T:/Tmp/ObjsD
    4. } else {
    5. OBJECTS_DIR=T:/Tmp/ObjsR
    6. }
    7. }
    To copy to clipboard, switch view to plain text mode 

  2. The following user says thank you to stampede for this useful post:

    thru (17th March 2011)

Similar Threads

  1. Building multiple targets on one machine?
    By Reliance in forum Qt Tools
    Replies: 0
    Last Post: 9th January 2011, 15:11
  2. Replies: 4
    Last Post: 2nd July 2010, 21:16
  3. Replies: 1
    Last Post: 18th August 2009, 14:18
  4. Multiple Targets with QMAKE
    By nightghost in forum Qt Tools
    Replies: 1
    Last Post: 7th June 2009, 09:11
  5. Project flags in QtCreator
    By HyperB in forum Qt Tools
    Replies: 1
    Last Post: 14th May 2009, 12:38

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.