diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-03-26 06:41:35 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-03-28 23:50:09 (GMT) |
commit | 1410285458ff6f5e89be3cc6414466b83701eae1 (patch) | |
tree | e7108928d2ecfff60d98ac305b778add0ae4f2bd /tests/auto/declarative/declarative.pro | |
parent | d81e74a5d40202ce17d31f71ae953a19ed7191dd (diff) | |
download | Qt-1410285458ff6f5e89be3cc6414466b83701eae1.zip Qt-1410285458ff6f5e89be3cc6414466b83701eae1.tar.gz Qt-1410285458ff6f5e89be3cc6414466b83701eae1.tar.bz2 |
Run a subset of 'stable' visual tests.
Diffstat (limited to 'tests/auto/declarative/declarative.pro')
-rw-r--r-- | tests/auto/declarative/declarative.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro index eb74244..6c5a75f 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -59,7 +59,8 @@ SUBDIRS += \ qdeclarativexmlhttprequest \ # Cover qdeclarativeimageprovider \ # Cover qdeclarativestyledtext \ # Cover - sql # Cover + sql \ # Cover + qmlvisual contains(QT_CONFIG, webkit) { SUBDIRS += \ |