Building problem on Linux
Installation and Deployment
3
Posts
2
Posters
820
Views
2
Watching
-
Hello. I've just installed Qt 5.5.0 on my Ubuntu and I have a problem with building any Qt Widget project. Even standard project generated by Qt Creator doesn't work.
I get the following problem:
"cannot find -lGL"The compiler and debugger are set properly.
Normal C++ applications work properly, just Qt don't.