summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-04-12 02:01:24 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-04-12 02:01:24 (GMT)
commite87169f3f2f7ddbc167075921c3a80cf805197dc (patch)
tree65ff55629d7aacac2ddff988b538a27188782f75 /tests/auto
parent56dcdee39b99b52a321802274723f8823e3ab408 (diff)
downloadQt-e87169f3f2f7ddbc167075921c3a80cf805197dc.zip
Qt-e87169f3f2f7ddbc167075921c3a80cf805197dc.tar.gz
Qt-e87169f3f2f7ddbc167075921c3a80cf805197dc.tar.bz2
Exclude proxywidgets from examples autotest
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 8fd5ac0..e2fa029 100644
--- a/tests/auto/declarative/examples/tst_examples.cpp
+++ b/tests/auto/declarative/examples/tst_examples.cpp
@@ -79,6 +79,7 @@ tst_examples::tst_examples()
// Add directories you want excluded here
excludedDirs << "examples/declarative/extending";
excludedDirs << "examples/declarative/plugins";
+ excludedDirs << "examples/declarative/proxywidgets";
}
/*