summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwindow/qwindow.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/qwindow/qwindow.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/qwindow/qwindow.pro')
-rw-r--r--tests/auto/qwindow/qwindow.pro7
1 files changed, 0 insertions, 7 deletions
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
-