How to solve Issue- "cannot find -lGL" in Qt5 installed in ubuntu
-
I run my project from one system. It run verry well. It is simple addition with GUI. (GUI consist of 3 LineEdit and one pushButton).
After compling from one system. then i try to run project on another system then it gives following error (issues):-1: error: cannot find -lGL
:-1: error: collect2: ld returned 1 exit statusHow to solve this problem?? Help me..........
thank you......... -
For future reference, installing libglu1-mesa-dev worked for me (Ubuntu 12.04)