I installed QtCreator on an Odroid but it seems to be missing a compiler. I tried the following terminal commands but it did not solve the problem.
sudo apt-get install g++
sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev
How can set GCC as the compiler in QtCreator ? Thanks in advance.