Error while building Qt creater project of widget application!
-
wrote on 10 Dec 2014, 18:03 last edited by
I got two errors when I build my qt desginer project as mentioned follows:
cannot find -lGL
collect2: error: ld returned 1 exit status -
Hi and welcome to devnet,
The "cannot find -lGL" question has been asked numerous time on this forum. You are missing the OpenGL development libraries.
The collect2 error appears as a consequence of the missing libraries.
1/2