Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
error while compile the program in Qt creator
-
hello, i am facing following errors while compiling the program in Qt creator for desktop only....
1: error: cannot find -lGL
2: error: collect2: ld returned 1 exit status
-
Hi,
Please search the forum a bit, that questions comes up frequently. You are missing the OpenGL development package for your distribution.
-
certainly SGaist is correct.
Since I got by conincidence today a vote on an old reply I can easily refer to this post
-
this will fixed my issue...thanku both of u