I\'m learning Qt for my C++ course at college. I am trying to set up the environment for my first assignment but I can\'t seem to get it right. I swear I have run qmake in the
For me, I realised that the .bashrc file was not getting autoloaded on a new terminal session after adding the qmake PATH to the file (using echo 'export PATH="$(brew --prefix qt@5.5)/bin:$PATH"' >> ~/.bashrc).
So I simply run source ~/.bashrc and bam! It worked!