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/gui/gui.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/gui/gui.pro') diff --git a/tests/auto/gui/gui.pro b/tests/auto/gui/gui.pro index d54198467d..48fa2772f9 100644 --- a/tests/auto/gui/gui.pro +++ b/tests/auto/gui/gui.pro @@ -4,6 +4,6 @@ SUBDIRS=\ kernel \ math3d \ painting \ + qopengl \ text \ util \ - -- cgit v1.2.3