Re: Cant build Qt project
Have you installed XCode? And make sure QtCreator can find your make command (see the project tab for defining the correct path).
Re: Cant build Qt project
I have xcode installed. The path to make is empty. How do i find it, so i can insert it?
Re: Cant build Qt project
Your make is normally located at /usr/bin/
Re: Cant build Qt project
I tried to set it as /usr/bin, but still no luck. Same error as before:P
Re: Cant build Qt project
I have also tried inputting /usr/bin/qmake-4.6 in the Preferences -> Projects -> CMake -> Executables, no luck either. What am I supposed to input?
Re: Cant build Qt project
Re: Cant build Qt project
It seems that different things on my system was corrubted and by uninstalling Qt and XCode and removing all Developer tools and then reinstalling, solved the problem.
Thanks.