Qt 6.11 is out! See what's new in the release
blog
error: cannot find -lGL [SOLVED]
General and Desktop
4
Posts
2
Posters
1.4k
Views
1
Watching
-
Hi all,
I installed Ubuntu 15.04 amd64 to my virtual machine and qt from the web site's linux online installer..
I get some errors but I corrected by intalling mesa-dev packages.. then..
when I create a new qt widgets application or a qtwidgets sample the compiler always says: error: cannot find -lGL
: error: collect2: error: ld returned 1 exit statuswhat's wrong I googled this but I cannot find a solution ??
-
Thanks a lot... after installing libgl1-mesa-dev and libglu1 problem solved...
Do you recommend any other things to install to my system not to have this king of problems?