I correctly installed Qt Creator on my Debian virtual machine, but I get an error when trying to compile the default project Qt: cannot find -lGL . I was looking for a solution on Google, but every solution I found did not help me, even if the problems were almost the same. I would like someone to explain to me what is happening, why is this library not found?
I installed the libglu1-mesa-dev package, but this did not solve the problem. I spent a few days setting up Qt on my machine, but I really have no idea how to solve this library problem?
This Qt: cannot find the -lGL error did not solve my problem.
Output ldconfig -p | Grep GL command:
libGLU.so.1 (libc6) => /usr/lib/i386-linux-gnu/libGLU.so.1 libGLEW.so.1.7 (libc6) => /usr/lib/i386-linux-gnu/libGLEW.so.1.7 libGL.so.1 (libc6, OS ABI: Linux 2.4.20) => /usr/lib/i386-linux-gnu/libGL.so.1
c ++ qt
user5387687 Oct 21 '15 at 8:21 2015-10-21 08:21
source share