PDA

View Full Version : How to make xcodeproj



santhoshv84
13th September 2008, 10:37
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

patrik08
13th September 2008, 10:43
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?title=Installing_Qt4_on_Mac_OS_X
http://wiki.qtcentre.org/index.php?title=Opening_documents_in_the_Mac_OSX_F inder
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=name&substr=qt4-mac

Imo: if user search on this forum xcodeproj it find usefull link key xcodeproj Mac OSX

jpn
13th September 2008, 13:58
You know, launching Qt Assistant and searching for "xcode" would have been sufficient...