PDA

View Full Version : How to create a XCode nested Project.



kaushal_gaurav
25th November 2008, 12:41
Hi,

I have a nested hierarchy of code. I want to create a XCode project, so that i can build and run the application through that.
I can do it through cmake and make but i want to create the application through XCode
how can i do it.

I have tried

setenv QMAKESPEC freebsd-g++
qmake -project
qmake -recursive -spec macx-xcode

But i get lots of errors, building the project created with it.

Regards
GK