Qt for Xcode
Solved
General and Desktop
-
How to create a Xcode project at a relative path using Qt pro file
Now I am able to create project using macx-xcode command but I can't use that project on other machine so i need to set a relative path.
Any sort of help is appreciated. Thanks in advance -
Hi floks,
I was stuck with this issue for days long and now i found the solution for it luckily. Here is the fix, the Xcode project created by qmake includes a pbx file and other mak files inside the project directory which consists of all the path for files used in Xcode project. Changing all the absolute paths to relative one in the these files will allow to execute the project on different machine. cheers!!