summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-04-15 14:12:52 +1000
committerAlan Alpert <alan.alpert@nokia.com>2011-04-15 14:14:35 +1000
commitb86a625a29ae1b7b585e25a1092e13e61a31ec9a (patch)
treeb71ba787ca194aefcf8e0bafcd4fd17f26ae13fc /tests/auto/declarative
parentcbfe4ed4085e20ca6f93d4b72a3fdb863f7693b9 (diff)
Fix doc snippets
They need to run successfully too. Change-Id: I2b1e3042fdc5ddadadcaca3dd4bcd8f78536e26a
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r--tests/auto/declarative/examples/tst_examples.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/examples/tst_examples.cpp b/tests/auto/declarative/examples/tst_examples.cpp
index 3c0ed57ad4..72d1ff639a 100644
--- a/tests/auto/declarative/examples/tst_examples.cpp
+++ b/tests/auto/declarative/examples/tst_examples.cpp
@@ -78,6 +78,7 @@ tst_examples::tst_examples()
// Add directories you want excluded here
excludedDirs << "doc/src/snippets/declarative/visualdatamodel_rootindex";
excludedDirs << "doc/src/snippets/declarative/qtbinding";
+ excludedDirs << "doc/src/snippets/declarative/imports";
#ifdef QT_NO_WEBKIT
excludedDirs << "examples/declarative/modelviews/webview";