summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/other.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/other.pro')
-rw-r--r--tests/auto/other/other.pro35
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/auto/other/other.pro b/tests/auto/other/other.pro
index fe36713117..f0c9b11493 100644
--- a/tests/auto/other/other.pro
+++ b/tests/auto/other/other.pro
@@ -2,12 +2,47 @@ TEMPLATE=subdirs
SUBDIRS=\
# atwrapper \ # QTBUG-19452
baselineexample \
+ collections \
compiler \
+ exceptionsafety \
+ exceptionsafety_objects \
+ gestures \
headersclean \
+ lancelot \
+ languagechange \
+ macgui \
+ macnativeevents \
+ macplist \
+ modeltest \
+ networkselftest \
+ qaccessibility \
+ qcomplextext \
+ qdirectpainter \
+ qfocusevent \
+ qmultiscreen \
+ qnetworkaccessmanager_and_qprogressdialog \
qobjectperformance \
+ qobjectrace \
+ qsharedpointer_and_qwidget \
qtokenautomaton \
+ windowsmobile \
cross_compile: SUBDIRS -= \
atwrapper \
compiler \
headersclean \
+
+wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility
+
+!mac: SUBDIRS -= \
+ macgui \
+ macnativeevents \
+ macplist
+
+!embedded|wince*: SUBDIRS -= \
+ qdirectpainter \
+ qmultiscreen \
+
+!linux*-g++*:SUBDIRS -= exceptionsafety_objects
+
+mac: lancelot.CONFIG = no_check_target # QTBUG-22792