Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
You most likely don't have the developer pack for the OpenGL library. Install the mesa-common-dev package.
sudo apt-get install mesa-common-dev
sudo apt-get install freeglut3-dev
most likely, Qt cannot find the OpenGL library (I don’t know why it needs it to compile a freshly created pristine project in my case)
, first you can see what the symlink refers to:
sudo ln -s -f /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
/usr/lib/libGL.so
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question