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 /tests/auto/auto.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 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 3198a65..1abf9b7 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -462,7 +462,7 @@ SUBDIRS += \ rcc \ windowsmobile -contains(QT_CONFIG,opengl):SUBDIRS += qgl +contains(QT_CONFIG,opengl):SUBDIRS += qgl qglbuffer contains(QT_CONFIG,qt3support):!wince*:SUBDIRS += $$Q3SUBDIRS |