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.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 0f8129cb74..3caa6a3b65 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -43,3 +43,8 @@ else:!qtConfig(process): SUBDIRS -= tools
SUBDIRS -= dbus
}
}
+
+# QTBUG-63915
+boot2qt: {
+ contains(QT_ARCH, arm64): SUBDIRS -= dbus
+}