summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKimmo Leppälä <kimmo.leppala@qt.io>2023-04-14 22:21:43 +0300
committerKai Köhne <kai.koehne@qt.io>2023-05-09 18:37:33 +0200
commit02efcba73d7f7d1d1eb49a6741558b2b6528838b (patch)
tree6cc527060bb4385220ffced8358c689702a8b16f /tests
parent8cf277e3f21d8170964363888ebb6f01c730f013 (diff)
Move robotarm example from quick3d to qtdoc
Pick-to: 6.5 Change-Id: Iac113bc7ed773f291ef09ebe144e1de1e0e58136 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/examples/tst_examples.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/examples/tst_examples.cpp b/tests/auto/quick/examples/tst_examples.cpp
index 99969ae6d..177a383b0 100644
--- a/tests/auto/quick/examples/tst_examples.cpp
+++ b/tests/auto/quick/examples/tst_examples.cpp
@@ -63,6 +63,7 @@ tst_examples::tst_examples()
excludedFiles << "examples/quick/shapes/content/main.qml"; // relies on resources
excludedFiles << "examples/quick/shapes/content/interactive.qml"; // relies on resources
excludedFiles << "examples/demos/addressbook/qml/main.qml"; // relies on resources
+ excludedFiles << "examples/demos/robotarm/main.qml"; // relies on custom import
#ifdef QT_NO_XMLPATTERNS
excludedDirs << "demos/twitter";