aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/CMakeLists.txt
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2021-07-13 15:19:18 +0200
committerMitch Curtis <mitch.curtis@qt.io>2021-07-15 15:44:01 +0200
commit78082d687a67b2b29e4725269f83502b532a682c (patch)
tree980479b6ca7d42a3f2abf8557461f94d53031bc7 /tests/auto/quick/CMakeLists.txt
parent8449180c5ebd609b6788680173a79df2f239abb8 (diff)
Ensure that tst_examples is actually run by CI
Pick-to: 6.2 Change-Id: I9ab73634179e0275824b6c81b54389f58d74e770 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Diffstat (limited to 'tests/auto/quick/CMakeLists.txt')
-rw-r--r--tests/auto/quick/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/CMakeLists.txt b/tests/auto/quick/CMakeLists.txt
index 8c2c926111..7f4fcc15f5 100644
--- a/tests/auto/quick/CMakeLists.txt
+++ b/tests/auto/quick/CMakeLists.txt
@@ -6,6 +6,7 @@ add_subdirectory(drawingmodes)
add_subdirectory(qquickpixmapcache)
if(QT_FEATURE_private_tests)
+ add_subdirectory(examples)
add_subdirectory(nokeywords)
add_subdirectory(propertyrequirements)
add_subdirectory(qquickanimations)