OpenGL implementation
Unsolved
Game Development
-
wrote on 17 Aug 2018, 21:39 last edited by
Hey,
i watched a few tutorial on youtube how to implement opengl in a widget.
The problem is it cant find QGLWidget and I added opengl to the pro file.
Is there an other way to include opengl into a widget/Qt in general?Best regards
Chalkece -
Hi and welcome to devnet,
What version of Qt are you using ?
On what platform ?
How did you install it ?In Qt 5, QGLWidget has been deprecated in favour of QOpenGLWidget. Also depending now what you want to do a QWindow might be a better starting point.
1/2