summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui.pro
diff options
context:
space:
mode:
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 \
-