summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-02-10 07:01:02 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-02-10 07:01:02 (GMT)
commit69115b14a2b3c2d029dbb0b4e48a5ce9ba1d6470 (patch)
treed47942075d26da97c9e6a0d3c201e0dc804a5339
parent44bffdd24f31acd976e6cea15bb68c3cee999bb8 (diff)
downloadQt-69115b14a2b3c2d029dbb0b4e48a5ce9ba1d6470.zip
Qt-69115b14a2b3c2d029dbb0b4e48a5ce9ba1d6470.tar.gz
Qt-69115b14a2b3c2d029dbb0b4e48a5ce9ba1d6470.tar.bz2
Exclude plugins example in test.
-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 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";
}
/*