Results 1 to 2 of 2

Thread: install qt app on intel/ power pc

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

    Question install qt app on intel/ power pc

    Hello,

    I have the Qt app developed on Mac (Intel). But now I want the app to run on power pcs too. So i added the following lines to my .pro file and ran the qmake again.
    Qt Code:
    1. QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
    2. CONFIG+=x86 ppc
    To copy to clipboard, switch view to plain text mode 

    I copied over the compiled app binary to and ran it on the Mac (power pc) the app initially shows up in the notification panel as if its going to run but then it just disappears. I tried opening the app from terminal to see what is going wrong with no luck.

    Any insights that can help me resolve the problem would be greatly appreciated.

    thanks in advance,
    - AR

  2. #2
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: install qt app on intel/ power pc

    Load all on xcode...

    Qt Code:
    1. qmake -spec macx-xcode *name*.pro
    To copy to clipboard, switch view to plain text mode 


    And choise universal from flag.
    Picture from
    http://www.qtforum.de/forum/viewtopic.php?t=2452
    and you can better view error ...

    Other helpful tip from:
    http://www.osxentwicklerforum.de/hmportal.php
    If you can german...

Similar Threads

  1. Cannot Install KDEdevel packages on linux
    By wirajr in forum KDE Forum
    Replies: 12
    Last Post: 5th February 2006, 21:01

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.