Friday, September 9, 2016

Qt on Debian/Ubuntu: build fails, can't find -lGL error

Mmm, unable to build your Qt application on a recent install of Debian/Ubuntu? Looks like your missing some OpenGL devel libraries.
Quick solution: install them then!
sudo apt-get install libgl-dev
Enjoy!

No comments:

Post a Comment