QMAKE not found
-
-
Just add it to path. Like this:
@
PATH="/Devbizz/QtSDK/Desktop/<your qt version>/<compiler, usually gcc>/bin:$PATH"
@You can add this line to your .profile (although I think this file is called a bit different on Mac, you'll have to check that).
-
On Mac OSX Lion that syntax is not correct.
I had to add this line of code on .bash_profile:@PATH=$PATH:/Users/marco/QtSDK/Desktop/Qt/4.8.1/gcc/bin
@
Obviously "/Users/marco" is my home folder