summaryrefslogtreecommitdiffstats
path: root/tests/auto/qglbuffer/qglbuffer.pro
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-01-29 04:00:38 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-02-01 00:54:27 (GMT)
commit2f3bf7b546186b9415f2d0b97ae431fea1a2cc48 (patch)
treee5390bc3384f143740c506b64cd4549902b45ab8 /tests/auto/qglbuffer/qglbuffer.pro
parentc06c254cf208840f14c9e562cae976f1a61f0879 (diff)
downloadQt-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 'tests/auto/qglbuffer/qglbuffer.pro')
-rw-r--r--tests/auto/qglbuffer/qglbuffer.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qglbuffer/qglbuffer.pro b/tests/auto/qglbuffer/qglbuffer.pro
new file mode 100644
index 0000000..07d05bb
--- /dev/null
+++ b/tests/auto/qglbuffer/qglbuffer.pro
@@ -0,0 +1,9 @@
+############################################################
+# Project file for autotest for file qglbuffer.h
+############################################################
+
+load(qttest_p4)
+requires(contains(QT_CONFIG,opengl))
+QT += opengl
+
+SOURCES += tst_qglbuffer.cpp