summaryrefslogtreecommitdiff
path: root/tests/auto
diff options
context:
space:
mode:
authorOlivier De Cannière <olivier.decanniere@qt.io>2023-04-28 11:08:02 +0200
committerOlivier De Cannière <olivier.decanniere@qt.io>2023-05-12 15:06:42 +0200
commitd88b52b541a0482b69639dbea8976287db9ca52b (patch)
tree459b4e3e373a23a7e0578aece4dc4b5cccaf9ba4 /tests/auto
parent13fc038d8d4baa9e199fbd5a7e4c08650a88172e (diff)
downloadqtdeclarative-d88b52b541a0482b69639dbea8976287db9ca52b.tar.gz
Examples: Move Qml plugin example to manual tests
Outdated documention has been removed. Task-number: QTBUG-111036 Change-Id: I8db138ff71615a6ed6ac4cebdb365c27252fa5ee Pick-to: 6.5 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/auto')
-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 de27fe92cb..76b67f9a04 100644
--- a/tests/auto/quick/examples/tst_examples.cpp
+++ b/tests/auto/quick/examples/tst_examples.cpp
@@ -54,7 +54,6 @@ tst_examples::tst_examples()
// Add directories you want excluded here
excludedDirs << "shared"; //Not an example
excludedDirs << "snippets/qml/path"; //No root QQuickItem
- excludedDirs << "examples/qml/qmlextensionplugins"; //Requires special import search path
// These snippets are not expected to run on their own.
excludedDirs << "snippets/qml/visualdatamodel_rootindex";