Trying to port a Qt project(4.8.6) to Xcode(5.1.1) but gives empty project
-
A Qt project file with almost 10-15 other project files included in it gives me an empty xcode file when I enter: qmake macx-xcode project.pro. I can't seem to figure out why is this happening? Also, I get a message which says no target found. Help Needed. Thanks!
-
Use this instead:
@
qmake -spec macx-xcode project.pro
@ -
@sierdzio: sorry for the typo but yes I did enter qmake -spec macx-xcode project.pro in terminal. Even then, I received an empty xcode project :(
-