Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
First question
After a fresh install of Qt 5.4 and attempting to compile the first example I get cannot find -lGL where do I start looking for the problem. Everything works fine on my Windoze box.
Any ideas?
Hi, and welcome to the Qt Dev Net!
You need to install OpenGL development libraries.
Thank you fro coming back!
it was installed with apt-get install mesa-comon-dev
SOLVED
you need to install both sudo apt-get install mesa-common-dev sudo apt-get install freeglut3-dev
Regards