summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-06-09 23:34:03 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-06-09 23:34:03 (GMT)
commit4a0e8de4780c071ae4aa235a30a421878f29228d (patch)
tree1f5b15a28e85f7ccbde76f24854cd0f0c3e07169 /tests/auto
parent96032bd846c7188ce2655d2402c7a745e91a5168 (diff)
parent4a36a17e06b3ec7c20bcef9692d46dba5504151a (diff)
downloadQt-4a0e8de4780c071ae4aa235a30a421878f29228d.zip
Qt-4a0e8de4780c071ae4aa235a30a421878f29228d.tar.gz
Qt-4a0e8de4780c071ae4aa235a30a421878f29228d.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'tests/auto')
-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 da115a7..cff0b46 100644
--- a/tests/auto/declarative/examples/tst_examples.cpp
+++ b/tests/auto/declarative/examples/tst_examples.cpp
@@ -85,6 +85,7 @@ tst_examples::tst_examples()
// Add directories you want excluded here
+ excludedDirs << "doc/src/snippets/declarative/visualdatamodel_rootindex";
#ifdef QT_NO_WEBKIT
excludedDirs << "examples/declarative/modelviews/webview";