How to create a qt project under linux
-
wrote on 15 Nov 2017, 17:05 last edited by Maarouf Med Mahdi
Hi all, I tried to create a qt project (qt widgets appliaction) under Linux for the first time.
and I got that compilattion error
": error: cannot find -lGL"
some one know how to fixed that . -
wrote on 15 Nov 2017, 17:55 last edited by
You need to install OpenGl Libs. Install this "libglu1-mesa-dev"
-
wrote on 15 Nov 2017, 18:07 last edited by
@Maarouf-Med-Mahdi you may want to take a look at this blog post. Regards.
-
wrote on 15 Nov 2017, 18:50 last edited by Maarouf Med Mahdi 4 Nov 2018, 18:59
@Fuel and @Pablo-J-Rogina
problem fixed .
1/4