From 087fcc61824a54e49e68b9090b2983ef7dd18ddb Mon Sep 17 00:00:00 2001 From: Jo Asplin Date: Thu, 3 Nov 2011 10:12:44 +0100 Subject: Moved tests into gui/kernel/ and gui/qopengl/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/auto/opengl/opengl.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/auto/opengl') 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 \ -- cgit v1.2.3