diff options
author | Eirik Aavitsland <[email protected]> | 2018-02-28 15:35:36 +0100 |
---|---|---|
committer | Eirik Aavitsland <[email protected]> | 2018-04-13 13:17:23 +0000 |
commit | 539d724890aec3f00eadb39aeae973670e664ec6 (patch) | |
tree | a09183d56e5445d8be9a9c5699985b02936020f6 /tests/auto/quick/examples/tst_examples.cpp | |
parent | 191413704be811c31d5f9d8b5916681ee6c54ddf (diff) |
Doc: Describe new 5.11 features in Image elementv5.11.0-beta4
Add user documentation of the compressed texture file support and the
file extension auto detection.
Change-Id: Icfae8574dd3acba30e8275ccd6ff3438fa037868
Reviewed-by: Mitch Curtis <[email protected]>
Diffstat (limited to 'tests/auto/quick/examples/tst_examples.cpp')
-rw-r--r-- | tests/auto/quick/examples/tst_examples.cpp | 1 |
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 716651ec0c..eee8dfcf26 100644 --- a/tests/auto/quick/examples/tst_examples.cpp +++ b/tests/auto/quick/examples/tst_examples.cpp @@ -86,6 +86,7 @@ tst_examples::tst_examples() excludedDirs << "snippets/qml/visualdatamodel_rootindex"; excludedDirs << "snippets/qml/qtbinding"; excludedDirs << "snippets/qml/imports"; + 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 |