diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-12 02:01:24 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-12 02:01:24 (GMT) |
commit | e87169f3f2f7ddbc167075921c3a80cf805197dc (patch) | |
tree | 65ff55629d7aacac2ddff988b538a27188782f75 /tests/auto/declarative | |
parent | 56dcdee39b99b52a321802274723f8823e3ab408 (diff) | |
download | Qt-e87169f3f2f7ddbc167075921c3a80cf805197dc.zip Qt-e87169f3f2f7ddbc167075921c3a80cf805197dc.tar.gz Qt-e87169f3f2f7ddbc167075921c3a80cf805197dc.tar.bz2 |
Exclude proxywidgets from examples autotest
Diffstat (limited to 'tests/auto/declarative')
-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 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"; } /* |