Results 1 to 7 of 7

Thread: QT programming on Mac os x

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QT programming on Mac os x

    If you are not afraid of the command line, then Mac OSX is an excellent Unix environment. You can use any text editor you want (Emacs, vi, bbedit, etc). But if you want a real IDE, then you probably want to use Xcode (which comes with OSX). Qmake will generate Xcode project files, but otherwise it is not well integrated. QDevelop is a good alternative though.

  2. #2
    Join Date
    Apr 2008
    Location
    California
    Posts
    25
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: QT programming on Mac os x

    I'm able to use xcode and build the application. But the built application doesnot run on macs which are based on powerpc. how can I build the code which run on both power pc and intel macs?
    - AR

  3. #3
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QT programming on Mac os x

    Mac information is scattered throughout the documentation. Here are the notes for building Universal Binaries:

    Creating Universal Binaries


    You may also be interested in these pages:

    Architecture Dependencies
    Qt/Mac-Specific Issues

Similar Threads

  1. QT COM Programming
    By sarav in forum Newbie
    Replies: 5
    Last Post: 24th February 2007, 13:41
  2. Using QGraphicsView with model/view programming
    By JLP in forum Qt Programming
    Replies: 3
    Last Post: 29th January 2007, 11:04
  3. MODEL/VIEW programming and TABLES
    By newbie in forum Qt Programming
    Replies: 5
    Last Post: 27th August 2006, 21:26
  4. Replies: 1
    Last Post: 10th July 2006, 11:23
  5. MODEL/VIEW programming
    By mira in forum Newbie
    Replies: 3
    Last Post: 21st April 2006, 11:19

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.