Quote Originally Posted by marcopavan View Post
I had the same problem on Mac OSX Lion,
and I solved it by adding 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.
The .bash_profile file is located in your home folder and the path you have to add is the path for qmake.



Or use a symnlinks "ls -n /usr/bin /Users/marco/QtSDK/Desktop/Qt/4.8.1/gcc/bin" =)