summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKonrad Kujawa <konrad.kujawa@qt.io>2022-08-24 16:00:11 +0200
committerKonrad Kujawa <konrad.kujawa@qt.io>2022-09-07 12:58:06 +0200
commit91e567ba53bf8c7be9aff8feb00e46f978937290 (patch)
treec41bebd56e48da9539716aa90774c6d464ebf52a /tests
parent131e94197a6151bb3bf2adb19a030caf185be449 (diff)
Qt Quick UI for the RESTful Address Book
Add UI and client side extension for the RESTful Address Book example Fixes: QTBUG-105199 Pick-to: 6.4 Change-Id: I01c5e2ac44838f01ccbb73d5b6e1d1e578c67618 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alex Blasche <alexander.blasche@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 0dd2eacbd..3c791c6b1 100644
--- a/tests/auto/quick/examples/tst_examples.cpp
+++ b/tests/auto/quick/examples/tst_examples.cpp
@@ -62,6 +62,7 @@ tst_examples::tst_examples()
excludedFiles << "snippets/qml/image-ext.qml";
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
#ifdef QT_NO_XMLPATTERNS
excludedDirs << "demos/twitter";