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, 6 insertions, 2 deletions
diff --git a/tests/auto/other.pro b/tests/auto/other.pro
index 40fa4a9..655d666 100644
--- a/tests/auto/other.pro
+++ b/tests/auto/other.pro
@@ -3,8 +3,8 @@
TEMPLATE=subdirs
SUBDIRS=\
-# exceptionsafety_objects \ shouldn't enable it
- qaccessibility \
+# baselineexample \ Just an example demonstrating qbaselinetest usage
+ lancelot \
qalgorithms \
qcombobox \
qcssparser \
@@ -35,6 +35,8 @@ SUBDIRS=\
windowsmobile \
nativeimagehandleprovider
+contains(QT_CONFIG, accessibility):SUBDIRS += qaccessibility
+
contains(QT_CONFIG, OdfWriter):SUBDIRS += qzip qtextodfwriter
mac: {
SUBDIRS += macgui \
@@ -54,6 +56,8 @@ symbian {
qs60mainapplication
}
+!win32-msvc*:!wince*:SUBDIRS += exceptionsafety_objects
+
# Following tests depends on private API
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qcssparser \