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/qwindow/qwindow.pro | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/auto/qwindow/qwindow.pro (limited to 'tests/auto/qwindow/qwindow.pro') diff --git a/tests/auto/qwindow/qwindow.pro b/tests/auto/qwindow/qwindow.pro deleted file mode 100644 index 9fb49e8ceb..0000000000 --- a/tests/auto/qwindow/qwindow.pro +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG += testcase -TARGET = tst_qwindow - -QT += core-private gui-private testlib - -SOURCES += tst_qwindow.cpp - -- cgit v1.2.3