summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/kernel.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/gui/kernel/kernel.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/gui/kernel/kernel.pro')
-rw-r--r--tests/auto/gui/kernel/kernel.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/gui/kernel/kernel.pro b/tests/auto/gui/kernel/kernel.pro
index 16bda68629..e473463828 100644
--- a/tests/auto/gui/kernel/kernel.pro
+++ b/tests/auto/gui/kernel/kernel.pro
@@ -4,13 +4,14 @@ SUBDIRS=\
qdrag \
qevent \
qfileopenevent \
- qinputpanel \
qguimetatype \
qguivariant \
+ qinputpanel \
qkeysequence \
qmouseevent \
qmouseevent_modal \
qpalette \
+ qscreen \
qshortcut \
qtouchevent \
-
+ qwindow \