I have been stuck on this for the past couple days. I have installed QT 4.8 and I have installed the libraries as well. But when I come to make a new project, I am only given the option of creating a plain C++ project with CMake. I do not have the option of using the automated qmake. And I have no idea why. If someone could please help it out it would be much appreciated.
Here is a picture of what I see.
When I see the kits in preferences, I see this.
But in the QT versions section, If I click on that to choose something, It is empty. There is nothing to choose from.
ls -l /usr
. Access rights to your bin directory shold be:drwxr-xr-x
. If they are not - typesudo chmod 755 /usr/bin
. Up: all above is true for linux. As I can see, you are using macos. I am not familar with it. Basically, what you need to do, is to give yourself access rights to read and execute from/usr/bin
– Strobile