summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/opengl.pri
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2020-01-22 16:01:53 +0100
committerJohan Klokkhammer Helsing <johan.helsing@qt.io>2020-02-21 10:00:47 +0100
commit8193f9e0ecc0a7592310e1c26310ba502c091374 (patch)
tree10d9b80393a33ed66bce565b1ed4e34c5aac65da /src/gui/opengl/opengl.pri
parent4f076db3d2e2e27cc56029fe878056ee79def56f (diff)
Move QOpenGLVertexArrayObject from QtGui to QtOpenGL
Task-number: QTBUG-74409 Change-Id: I6442693ca2b28b3a66f0f4fb41843e1e404df32b Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/gui/opengl/opengl.pri')
-rw-r--r--src/gui/opengl/opengl.pri2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/opengl/opengl.pri b/src/gui/opengl/opengl.pri
index c606e9ec02..4962e57a62 100644
--- a/src/gui/opengl/opengl.pri
+++ b/src/gui/opengl/opengl.pri
@@ -12,7 +12,6 @@ qtConfig(opengl) {
opengl/qopenglextensions_p.h \
opengl/qopenglversionfunctions.h \
opengl/qopenglversionfunctionsfactory_p.h \
- opengl/qopenglvertexarrayobject.h \
opengl/qopenglextrafunctions.h \
opengl/qopenglprogrambinarycache_p.h
@@ -21,7 +20,6 @@ qtConfig(opengl) {
opengl/qopenglbuffer.cpp \
opengl/qopenglversionfunctions.cpp \
opengl/qopenglversionfunctionsfactory.cpp \
- opengl/qopenglvertexarrayobject.cpp \
opengl/qopenglprogrambinarycache.cpp
!qtConfig(opengles2) {