Results 1 to 3 of 3

Thread: How to make xcodeproj

  1. #1
    Join Date
    May 2008
    Posts
    42
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4

    Default How to make xcodeproj

    Hi,

    Could any one tell me how to make xcodeproj from pro file..
    Now i am porting my Qt project from windows to Mac. In Mac i am using XCode.

    So please suggest me..

    Thanks in Advance,
    Santhosh

  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: How to make xcodeproj

    Quote Originally Posted by santhoshv84 View Post
    Hi,
    Could any one tell me how to make xcodeproj from pro file..
    Now i am porting my Qt project from windows to Mac. In Mac i am using XCode.
    Santhosh
    create xcodeproj xml config:
    qmake -spec macx-xcode *name*.pro

    This is need only if you like append other flag like intel ppc or sdk .. or to access XCode "Visual Studio"

    You open terminal and run normal

    qmake && make

    the projekt is build... normal

    All mac qt link to read...

    http://wiki.qtcentre.org/index.php?t...t4_on_Mac_OS_X
    http://wiki.qtcentre.org/index.php?t...Mac_OSX_Finder
    http://doc.trolltech.com/qq/qq23-layouts.html
    http://doc.trolltech.com/qq/qq18-macfeatures.html
    external libs
    http://www.macports.org/
    easy install
    http://www.macports.org/ports.php?by...substr=qt4-mac

    Imo: if user search on this forum xcodeproj it find usefull link key xcodeproj Mac OSX
    Last edited by patrik08; 13th September 2008 at 09:52. Reason: search xcodeproj optimize

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

    santhoshv84 (13th September 2008)

  4. #3
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How to make xcodeproj

    You know, launching Qt Assistant and searching for "xcode" would have been sufficient...
    J-P Nurmi

Similar Threads

  1. Replies: 2
    Last Post: 7th May 2008, 20:11
  2. QT4 for kde 4 beta 2 configure problem: make not found
    By marcomangiante in forum Installation and Deployment
    Replies: 1
    Last Post: 5th September 2007, 20:35
  3. Window OS make distclean && qmake && make one line
    By patrik08 in forum General Programming
    Replies: 4
    Last Post: 22nd March 2007, 10:43
  4. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 05:57
  5. Qt4.1.4 make errors.
    By impeteperry in forum Installation and Deployment
    Replies: 11
    Last Post: 1st July 2006, 17:27

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.