summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/examples/tst_examples.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-04-12 02:03:43 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-04-12 02:03:43 (GMT)
commit23c60d17534cc2d5d980aa14d5dae5327de83032 (patch)
treefde9df790d029b20c1c17585de22a0015b2e5341 /tests/auto/declarative/examples/tst_examples.cpp
parente87169f3f2f7ddbc167075921c3a80cf805197dc (diff)
downloadQt-23c60d17534cc2d5d980aa14d5dae5327de83032.zip
Qt-23c60d17534cc2d5d980aa14d5dae5327de83032.tar.gz
Qt-23c60d17534cc2d5d980aa14d5dae5327de83032.tar.bz2
Exclude gestures from examples autotest
Diffstat (limited to 'tests/auto/declarative/examples/tst_examples.cpp')
-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 e2fa029..61ac2d1 100644
--- a/tests/auto/declarative/examples/tst_examples.cpp
+++ b/tests/auto/declarative/examples/tst_examples.cpp
@@ -80,6 +80,7 @@ tst_examples::tst_examples()
excludedDirs << "examples/declarative/extending";
excludedDirs << "examples/declarative/plugins";
excludedDirs << "examples/declarative/proxywidgets";
+ excludedDirs << "examples/declarative/gestures";
}
/*