summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui.pro
diff options
context:
space:
mode:
authorJo Asplin <jo.asplin@nokia.com>2011-11-03 13:33:32 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-08 09:21:43 +0100
commit6ce2cf345675cc4f16cabc2ea13553d0e6e751c9 (patch)
tree856452d7375b95d9574dd20bdc3d3bcf73a498da /tests/auto/gui.pro
parent78542c62757566c75908ae112312d677f032af6a (diff)
Deleted QWS tests
QWS is not supported for Qt 5, so the QWS tests are deleted. Change-Id: I08837fbd879915bbca9f821fad3551450eb3a1c6 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/gui.pro')
-rw-r--r--tests/auto/gui.pro25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/auto/gui.pro b/tests/auto/gui.pro
deleted file mode 100644
index 2a954e7977..0000000000
--- a/tests/auto/gui.pro
+++ /dev/null
@@ -1,25 +0,0 @@
-# The tests in this .pro file _MUST_ use QtCore, QtNetwork and QtGui only
-# (i.e. QT=core gui network).
-# The test system is allowed to run these tests before the rest of Qt has
-# been compiled.
-#
-TEMPLATE=subdirs
-SUBDIRS=\
- gui \
- qtransformedscreen \
- qwindowsurface \
- qwsembedwidget \
- qwsinputmethod \
- qwswindowsystem
-
-# This test cannot be run on Mac OS
-mac*:SUBDIRS -= \
- qwindowsurface \
-
-# These tests are only valid for QWS
-!embedded|wince*:SUBDIRS -= \
- qtransformedscreen \
- qwsembedwidget \
- qwsinputmethod \
- qwswindowsystem \
-