diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-06-03 23:10:21 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-06-03 23:10:21 (GMT) |
commit | c45a3295dd926d37ee9d16b109ad6678c850c965 (patch) | |
tree | 5277175acf63ff2d2ec43542c4a560319726ae11 /tests/auto/auto.pro | |
parent | 55148bf3c47546a93222c3e48a3e1bad062b5640 (diff) | |
download | Qt-c45a3295dd926d37ee9d16b109ad6678c850c965.zip Qt-c45a3295dd926d37ee9d16b109ad6678c850c965.tar.gz Qt-c45a3295dd926d37ee9d16b109ad6678c850c965.tar.bz2 |
Fixes failure when attempting to run all tests.
auto.pro added `qtransition' to SUBDIRS but there is no such directory.
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 27e3c74..a65c172 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -349,7 +349,6 @@ SUBDIRS += _networkselftest \ qtranslator \ qtransform \ qtransformedscreen \ - qtransition \ qtreeview \ qtreewidget \ qtreewidgetitemiterator \ |