diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-04-28 04:54:09 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-04-28 04:55:04 (GMT) |
commit | 1e39096b259ff7979986911bf71f868edceec547 (patch) | |
tree | 10e9e07f42acb28c408e915e368a2cafe95723f2 /tests/auto/declarative/examples | |
parent | cfe1b98427a78526753a9750a35490607884fdf0 (diff) | |
download | Qt-1e39096b259ff7979986911bf71f868edceec547.zip Qt-1e39096b259ff7979986911bf71f868edceec547.tar.gz Qt-1e39096b259ff7979986911bf71f868edceec547.tar.bz2 |
Don't test snippets with C++ components
Diffstat (limited to 'tests/auto/declarative/examples')
-rw-r--r-- | tests/auto/declarative/examples/tst_examples.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/examples/tst_examples.cpp b/tests/auto/declarative/examples/tst_examples.cpp index 16b0cbe..058fda1 100644 --- a/tests/auto/declarative/examples/tst_examples.cpp +++ b/tests/auto/declarative/examples/tst_examples.cpp @@ -89,6 +89,8 @@ tst_examples::tst_examples() excludedDirs << "examples/declarative/imageprovider"; excludedDirs << "demos/declarative/minehunt"; + excludedDirs << "doc/src/snippets/declarative/graphicswidgets"; + #ifdef QT_NO_WEBKIT excludedDirs << "examples/declarative/webview"; excludedDirs << "demos/declarative/webbrowser"; |