I installed Linux Debian yesterday and then the latest Qt version. Today I installed gcc and g++. But the problem is, it doesn't build and run when I create a GUI Application.
Whenever I create a new Project, select the gui and don't even change anything it doesn't compile and I get this message :
/usr/bin/ld: cannot find -lGL collect2: error: ld returned 1 exit status make: * [untitled] Error 1 14:17:36: The process "/usr/bin/make" exited with code 2. Error while building/deploying project untitled (kit: Desktop Qt 5.1.1 GCC 64bit) When executing step 'Make'
Seems like I'm missing a library but I don't know how to install it. I don't even know which one it is.
Can anyone help me?