I am trying to use qmake, but it is currently for some reason pointing to this when I run "which qmake", /Users/adam2392/anaconda/bin/qmake
This runs Qt version 4.8 though... and I want to use Qt version 5+ which I have installed, but I can't run qmake on my application because then it doesn't register the new functionalities that version 5+ has. I was wondering how I can reset, so that when I run qmake, it uses version 5+?