diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-12 02:03:43 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-12 02:03:43 (GMT) |
commit | 23c60d17534cc2d5d980aa14d5dae5327de83032 (patch) | |
tree | fde9df790d029b20c1c17585de22a0015b2e5341 /tests/auto | |
parent | e87169f3f2f7ddbc167075921c3a80cf805197dc (diff) | |
download | Qt-23c60d17534cc2d5d980aa14d5dae5327de83032.zip Qt-23c60d17534cc2d5d980aa14d5dae5327de83032.tar.gz Qt-23c60d17534cc2d5d980aa14d5dae5327de83032.tar.bz2 |
Exclude gestures from examples autotest
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/declarative/examples/tst_examples.cpp | 1 |
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"; } /* |