diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-01-29 04:00:38 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-02-01 00:54:27 (GMT) |
commit | 2f3bf7b546186b9415f2d0b97ae431fea1a2cc48 (patch) | |
tree | e5390bc3384f143740c506b64cd4549902b45ab8 /src/opengl/opengl.pro | |
parent | c06c254cf208840f14c9e562cae976f1a61f0879 (diff) | |
download | Qt-2f3bf7b546186b9415f2d0b97ae431fea1a2cc48.zip Qt-2f3bf7b546186b9415f2d0b97ae431fea1a2cc48.tar.gz Qt-2f3bf7b546186b9415f2d0b97ae431fea1a2cc48.tar.bz2 |
Add the QGLBuffer class to Qt 4.7 for VBO's
Reviewed-by: Sarah Smith
Diffstat (limited to 'src/opengl/opengl.pro')
-rw-r--r-- | src/opengl/opengl.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro index 69cfd30..7338534 100644 --- a/src/opengl/opengl.pro +++ b/src/opengl/opengl.pro @@ -26,6 +26,7 @@ HEADERS += qgl.h \ qglframebufferobject_p.h \ qglextensions_p.h \ qglpaintdevice_p.h \ + qglbuffer.h \ SOURCES += qgl.cpp \ @@ -34,6 +35,7 @@ SOURCES += qgl.cpp \ qglframebufferobject.cpp \ qglextensions.cpp \ qglpaintdevice.cpp \ + qglbuffer.cpp \ !contains(QT_CONFIG, opengles2) { |