Results 1 to 3 of 3

Thread: How to make MAC version of Windows QT application

  1. #1
    Join Date
    Feb 2009
    Posts
    45
    Thanks
    3
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Windows

    Default How to make MAC version of Windows QT application

    Hello,

    I have a QT application which has been coded with QT 3.3 (Yes I know, QT 3 is out-dated et al and upgrading to the newer version is the way to go, but unfortunately this is the project I have to work with!).

    The application is a Windows application, and I now need to make it work on MAC. What are the key points to consider during this porting?

    Do I need to make changes to the ui files? Any other information I need to ensure it can be compiled and built on MAC?

    Your suggestions are appreciated.
    Thank you.

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: How to make MAC version of Windows QT application

    Quote Originally Posted by qtUser500 View Post
    Hello,

    I have a QT application which has been coded with QT 3.3 (Yes I know, QT 3 is out-dated et al and upgrading to the newer version is the way to go, but unfortunately this is the project I have to work with!).
    Hey, Qt 3 is out-dated! Go and upgrade it (Sorry I can't resist...)

    The application is a Windows application, and I now need to make it work on MAC. What are the key points to consider during this porting?
    If you only have used Qt and normal C++ - no windows specific headers - simply go to your mac and compile it using the normal qmake&make. If you have used windows specifics use Q_OS_WIN32/Q_OS_MAC to write an equivalent code. That's all.

    You will recognize, that the colors will displayed slightly different, so you may want to alter your used colors a little bite. (If you really want...)

    Do I need to make changes to the ui files?
    No.

  3. The following user says thank you to Lykurg for this useful post:

    qtUser500 (8th October 2009)

  4. #3
    Join Date
    Feb 2009
    Posts
    45
    Thanks
    3
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Windows

    Default Re: How to make MAC version of Windows QT application

    Thanks Lykurg!
    Last edited by qtUser500; 8th October 2009 at 18:01.

Similar Threads

  1. Qt Embedded Enigma - XX.EXE is not a Windows CE Application
    By Congenital Optimist in forum Qt for Embedded and Mobile
    Replies: 5
    Last Post: 17th September 2009, 14:10
  2. Porting Qt application on windows from linux
    By safknw in forum Qt Programming
    Replies: 13
    Last Post: 22nd May 2006, 13:11
  3. Replies: 10
    Last Post: 28th April 2006, 15:48
  4. PostgreSQL and Windows Community Version
    By graeme in forum Installation and Deployment
    Replies: 23
    Last Post: 20th April 2006, 19:29
  5. Application plugin on windows
    By Eyee in forum Qt Programming
    Replies: 2
    Last Post: 22nd March 2006, 17:36

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.