summaryrefslogtreecommitdiff
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 07b696c..1e39494 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -30,3 +30,8 @@ SUBDIRS=\
qscriptvalue
!cross_compile: SUBDIRS += host.pro
+
+# QTBUG-63916
+boot2qt: {
+ contains(QT_ARCH, arm64): SUBDIRS -= cmake
+}