summaryrefslogtreecommitdiffstats
path: root/tests/auto/opengl/opengl.pro
diff options
context:
space:
mode:
authorJo Asplin <jo.asplin@nokia.com>2011-11-03 10:12:44 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-04 20:48:19 +0100
commit087fcc61824a54e49e68b9090b2983ef7dd18ddb (patch)
tree246385321b521b329a2099abdb66cb2dc3ce26ee /tests/auto/opengl/opengl.pro
parent0008428f9088d1d6623dec5706d49cbf65692e28 (diff)
Moved tests into gui/kernel/ and gui/qopengl/
This commit moves tests from test/auto/ into more appropriate locations (i.e. matching the locations in the Qt source): - qscreen and qwindow are moved into gui/kernel/ - qopengl is moved into gui/qopengl/ Note: qscreen is disabled for now since it is broken on Linux (see QTBUG-22554). Change-Id: Idcc7a51e78d6d0955bddb9cb4091866659193cc8 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'tests/auto/opengl/opengl.pro')
-rw-r--r--tests/auto/opengl/opengl.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/opengl/opengl.pro b/tests/auto/opengl/opengl.pro
index 6c8e4ca96b..963cda170d 100644
--- a/tests/auto/opengl/opengl.pro
+++ b/tests/auto/opengl/opengl.pro
@@ -1,7 +1,6 @@
TEMPLATE=subdirs
SUBDIRS=\
qgl \
- qglthreads \
qglbuffer \
qglfunctions \
-
+ qglthreads \