When you start programming in Qt, if you encounter the following error in ubuntu
cannot find -lGL 
Then install the library by
sudo apt-get install libgl1-mesa-dev

No comments:

Post a Comment