summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/auto.pro3
-rw-r--r--tests/auto/cpptest/cpptest.pro11
2 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 70ffea39..ec2dc3ba 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -5,3 +5,6 @@ TEMPLATE = subdirs
qtHaveModule(quick): SUBDIRS += qmltest
installed_cmake.depends = cmake
+
+# QTBUG-60268
+boot2qt: SUBDIRS -= qmltest
diff --git a/tests/auto/cpptest/cpptest.pro b/tests/auto/cpptest/cpptest.pro
index abd8f38e..ac91d813 100644
--- a/tests/auto/cpptest/cpptest.pro
+++ b/tests/auto/cpptest/cpptest.pro
@@ -24,3 +24,14 @@ SUBDIRS = q3dbars \
q3dcustom \
q3dcustom-label \
q3dcustom-volume
+
+# QTBUG-60268
+boot2qt {
+ SUBDIRS -= q3dbars \
+ q3dcustom-label \
+ q3dsurface-modelproxy \
+ q3dbars-modelproxy \
+ q3dscene \
+ q3dscatter \
+ q3dsurface
+}