summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index b9da92b8..e8cad75c 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -25,7 +25,7 @@ SUBDIRS += \
qlegend \
cmake
-!linux-arm*: {
+!contains(QT_COORD_TYPE, float): {
SUBDIRS += \
qdatetimeaxis
}
@@ -34,3 +34,8 @@ qtHaveModule(quick) {
SUBDIRS += qml \
qml-qtquicktest
}
+
+!contains(QT_CONFIG, private_tests): SUBDIRS -= \
+ domain \
+ chartdataset
+