I am trying to set up a qt project in CLION. I installed qt using these commands
sudo apt-get install qtcreator
and
sudo apt-get install qtdeclarative5-dev
When you create a qt application in clion you have to set a QT CMake prefix path. That is the path I am trying to find. I can't seem to find it in any directory.