diff options
author | Laszlo Agocs <[email protected]> | 2017-03-28 13:19:29 +0200 |
---|---|---|
committer | Laszlo Agocs <[email protected]> | 2017-03-30 09:29:19 +0000 |
commit | 4cddb73882ed950f652fd1e079bc4cf8ccde93d5 (patch) | |
tree | 9861942e82d92641806b2fa296ed151dbe8a3691 /tests/auto/quick/examples/tst_examples.cpp | |
parent | 83fc08cc6faa5f52a010d7bd821c9606f13d5ae9 (diff) |
Add a PathItem autotest for the declarative API
Change-Id: I276c185c93122e5eb05ef6678ab62fa6928f2523
Reviewed-by: Andy Nichols <[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 0feebb8c1e..b25da6418b 100644 --- a/tests/auto/quick/examples/tst_examples.cpp +++ b/tests/auto/quick/examples/tst_examples.cpp @@ -88,6 +88,7 @@ tst_examples::tst_examples() excludedDirs << "snippets/qml/qtbinding"; excludedDirs << "snippets/qml/imports"; excludedFiles << "examples/quick/pathitem/content/pathitem.qml"; // relies on resources + excludedFiles << "examples/quick/pathitem/content/pathiteminteract.qml"; // relies on resources #ifdef QT_NO_XMLPATTERNS excludedDirs << "demos/twitter"; |