cannot find -lQtOpenGL and -lGL
-
Did you re-run qmake after adding
QT += opengl
?If so, how did you install Qt ?
-
Since you built it yourself and didn't had the OpenGL dev lib, it was built without. You have to build Qt again (from scratch with a new call to configure). While you're at it, you should consider using 4.8.7.
-
Since you built it yourself and didn't had the OpenGL dev lib, it was built without. You have to build Qt again (from scratch with a new call to configure). While you're at it, you should consider using 4.8.7.
-
If you installed everything it should be detected automatically. The errors is because you don't have OpenGL es2 installed. But since you're on a desktop just use the desktop OpenGL.
-
So you're cross-compiling ?
-
What distribution are you using for that board ? It should provide everything you need (headers + lib) IIRC there's already a mkspec for the BeagleBoard