aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/examples/tst_examples.cpp
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2023-11-15 15:12:39 +0100
committerLucie Gérard <lucie.gerard@qt.io>2023-11-28 19:18:41 +0100
commit6c3947e8c58fbba812eb6c204ef3947fd1c13bfc (patch)
tree93a5dd599a39bd8cd0167e547ff2efd1736f6642 /tests/auto/quick/examples/tst_examples.cpp
parentfeb1f1ec721b4a61fcc5639b068b28ad20b790a7 (diff)
Remove qml locale and dynamicscene examples
locale example has no documentation dynamicscene example does not promote good behavior Task-number: QTBUG-119117 Change-Id: I782375e2ac50b73535d51a031711222efc15b3ad Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests/auto/quick/examples/tst_examples.cpp')
-rw-r--r--tests/auto/quick/examples/tst_examples.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/quick/examples/tst_examples.cpp b/tests/auto/quick/examples/tst_examples.cpp
index 591216bfd4..b46353c16d 100644
--- a/tests/auto/quick/examples/tst_examples.cpp
+++ b/tests/auto/quick/examples/tst_examples.cpp
@@ -68,7 +68,6 @@ tst_examples::tst_examples()
#if !QT_CONFIG(opengl)
//No support for Particles
- excludedFiles << "examples/qml/dynamicscene/dynamicscene.qml";
excludedFiles << "examples/quick/animation/basics/color-animation.qml";
excludedFiles << "examples/quick/particles/affectors/content/age.qml";
excludedFiles << "examples/quick/pointerhandlers/multiflame.qml";