summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@trolltech.com>2010-02-17 12:41:32 +0100
committerGunnar Sletta <gunnar@trolltech.com>2010-02-17 12:44:27 +0100
commit46e254fcde0aa70851c7c82ebef474c12cf042ef (patch)
treed7ec36ca852216060aeaded42dd1800d6d4b3c04 /tests/auto/auto.pro
parent364929585a1fa0243acf3a3926626bdd19143447 (diff)
Some threading improvements to the GL module
- Make bindTexture threadsafe - Document which areas of QGLWidget needs locking in order to do out-of-gui thread rendering - Testcases to prove that these cases work Reviewed-by: Trond
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 9c4b4f09dc..8bfd1518b6 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -153,6 +153,8 @@ SUBDIRS += \
qfontmetrics \
qftp \
qgetputenv \
+ qgl \
+ qgl_threads \
qglobal \
qgraphicseffect \
qgraphicseffectsource \