summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/examples/tst_examples.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/examples/tst_examples.cpp')
-rw-r--r--tests/auto/declarative/examples/tst_examples.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/examples/tst_examples.cpp b/tests/auto/declarative/examples/tst_examples.cpp
index 1c57b04f..1d7aa0f9 100644
--- a/tests/auto/declarative/examples/tst_examples.cpp
+++ b/tests/auto/declarative/examples/tst_examples.cpp
@@ -68,7 +68,8 @@ tst_examples::tst_examples()
{
// Add directories you want excluded here
excludedDirs << "doc/src/snippets/declarative/visualdatamodel_rootindex"
- << "doc/src/snippets/declarative/qtbinding";
+ << "doc/src/snippets/declarative/qtbinding"
+ << "examples/declarative/tutorials"; //Excluded when tutorials were moved into examples (not checked before)
// Known to violate naming conventions, QTQAINFRA-428
excludedDirs << "demos/mobile/qtbubblelevel/qml"
<< "demos/mobile/quickhit";