diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-02-10 07:01:02 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-02-10 07:01:02 (GMT) |
commit | 69115b14a2b3c2d029dbb0b4e48a5ce9ba1d6470 (patch) | |
tree | d47942075d26da97c9e6a0d3c201e0dc804a5339 /tests | |
parent | 44bffdd24f31acd976e6cea15bb68c3cee999bb8 (diff) | |
download | Qt-69115b14a2b3c2d029dbb0b4e48a5ce9ba1d6470.zip Qt-69115b14a2b3c2d029dbb0b4e48a5ce9ba1d6470.tar.gz Qt-69115b14a2b3c2d029dbb0b4e48a5ce9ba1d6470.tar.bz2 |
Exclude plugins example in test.
Diffstat (limited to 'tests')
-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 2cbb916..fa4526a1 100644 --- a/tests/auto/declarative/examples/tst_examples.cpp +++ b/tests/auto/declarative/examples/tst_examples.cpp @@ -78,6 +78,7 @@ tst_examples::tst_examples() // Add directories you want excluded here excludedDirs << "examples/declarative/extending"; + excludedDirs << "examples/declarative/plugins"; } /* |