Results 1 to 1 of 1

Thread: XCode and Qt4.3 Release Build

  1. #1
    Join Date
    Jul 2007
    Location
    New York
    Posts
    45
    Thanks
    5
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default XCode and Qt4.3 Release Build

    After upgrading from qt4.2 to qt4.3, when I build projects in XCode they are left in the Release folder, but they used to be in the same folder as the project. how do I set the destination directory of the build? I guess it's ok that it goes to the build/Release folder, but what causes this?

    Also, if I do "qmake -macx" it always creates the xcodeproj in debug mode.
    if I do "qmake -config release" then I get an xcodeproj that doesn't have _debug in the name, but the project settings are still left at "Debug" and I have to change it when I compile.

    any ideas?
    Last edited by themolecule; 12th August 2007 at 07:28.

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.