Results 1 to 7 of 7

Thread: QT programming on Mac os x

  1. #1
    Join Date
    Feb 2007
    Posts
    61
    Thanks
    12
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default QT programming on Mac os x

    Hi

    I was thinking of buying myself a Macbook, so I was wondering if there are any obvious disadvantages of these machines when it comes to QT programming? Like, is QT a second class citizen on these machines or will the finished programs be as beautiful and fast as their linux/windows versions? Are the class library as complete? Are updates as frequent? Is it easy to distribute QT based applications for the Mac OS ?
    Last edited by invictus; 17th January 2008 at 12:18.

  2. #2
    Join Date
    Mar 2007
    Location
    Ukraine, Odessa
    Posts
    140
    Thanks
    15
    Thanked 11 Times in 10 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: QT programming on Mac os x

    All your answers can be answered as YES
    C++ & AMD forever

  3. #3
    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

    can you share any info on whats the best way to start programming on Qt on Mac OS? some articles or books?
    - AR

  4. #4
    Join Date
    Jun 2008
    Posts
    9
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QT programming on Mac os x

    I would recommend getting some beginning Qt 4 books. Search Amazon.com and you will be able to find some. Qt is portable in every way between Windows, Linux and Mac. The class library is exactly the same on each platform. That's what makes it portable. All that you need to get started with Qt 4 on Mac OS X is the Apple Developer Tools and a good IDE like QDevelop for Mac OS X. QDevelop was coded in Qt 4.3 so it is fairly new. The most recent version of Qt is 4.4.0. I have a tri-booting system with Windows XP, Linux Ubuntu Hardy Heron, and Mac OS X. Ask about any questions regarding setup on any of the three platforms. I will be glad to help.

  5. #5
    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.

  6. #6
    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

  7. #7
    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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.