diff options
author | Mitch Curtis <[email protected]> | 2021-07-27 10:02:33 +0200 |
---|---|---|
committer | Mitch Curtis <[email protected]> | 2021-07-27 11:06:23 +0200 |
commit | af141f0ea484549d89f99ca7261d73e6aa2244ac (patch) | |
tree | 729ba29c30f0777d4489146619e72cfbe5b53b45 /tests/auto/quick/examples/tst_examples.cpp | |
parent | 2eb6d202465166cce052ea6d5d0f570d2b54caf7 (diff) |
Exclude non-standalone qtquickcontrols2 QML from tst_quick_examples
The examples they are a part of require resources and so the QML files
can't be run on their own.
Task-number: QTBUG-95173
Change-Id: Ic70c77ece1ccae98ff3d1cd7798285d98a0330c4
Reviewed-by: Fabian Kosmale <[email protected]>
Diffstat (limited to 'tests/auto/quick/examples/tst_examples.cpp')
-rw-r--r-- | tests/auto/quick/examples/tst_examples.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/quick/examples/tst_examples.cpp b/tests/auto/quick/examples/tst_examples.cpp index 4d19973503..e9e817f745 100644 --- a/tests/auto/quick/examples/tst_examples.cpp +++ b/tests/auto/quick/examples/tst_examples.cpp @@ -85,6 +85,8 @@ tst_examples::tst_examples() excludedDirs << "snippets/qml/visualdatamodel_rootindex"; excludedDirs << "snippets/qml/qtbinding"; excludedDirs << "snippets/qml/imports"; + excludedDirs << "examples/quickcontrols2/imagine"; + excludedDirs << "examples/quickcontrols2/texteditor"; 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 |