summaryrefslogtreecommitdiffstats
path: root/src/opengl/opengl.pro
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/opengl/opengl.pro
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/opengl/opengl.pro')
-rw-r--r--src/opengl/opengl.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro
index 950a72cc03..e2b27984c7 100644
--- a/src/opengl/opengl.pro
+++ b/src/opengl/opengl.pro
@@ -30,6 +30,7 @@ HEADERS += \
qopengltexturecache_p.h \
qopengltextureglyphcache_p.h \
qopengltextureuploader_p.h \
+ qopenglvertexarrayobject.h \
qopenglwindow.h \
qtopenglglobal.h
@@ -49,6 +50,7 @@ SOURCES += \
qopengltexturecache.cpp \
qopengltextureglyphcache.cpp \
qopengltextureuploader.cpp \
+ qopenglvertexarrayobject.cpp \
qopenglwindow.cpp \
qopengldebug.cpp