summaryrefslogtreecommitdiffstats
path: root/tests/auto/other.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other.pro')
-rw-r--r--tests/auto/other.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/auto/other.pro b/tests/auto/other.pro
index a84ab05104..b50e1697b3 100644
--- a/tests/auto/other.pro
+++ b/tests/auto/other.pro
@@ -3,14 +3,12 @@
TEMPLATE=subdirs
SUBDIRS=\
-# exceptionsafety_objects \ shouldn't enable it
# baselineexample \ Just an example demonstrating qbaselinetest usage
lancelot \
- qaccessibility \
qalgorithms \
qcombobox \
qcssparser \
- #qdatastream \ # FIXME: uses qtsvg (QTBUG-19244)
+ qdatastream \
qdir \
qfocusevent \
qimage \
@@ -37,6 +35,8 @@ SUBDIRS=\
windowsmobile \
nativeimagehandleprovider
+contains(QT_CONFIG, accessibility):SUBDIRS += qaccessibility
+
contains(QT_CONFIG, OdfWriter):SUBDIRS += qzip qtextodfwriter
mac: {
SUBDIRS += macgui \
@@ -56,6 +56,8 @@ symbian {
qs60mainapplication
}
+!win32-msvc*:!wince*:SUBDIRS += exceptionsafety_objects
+
# Following tests depends on private API
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qcombobox \