diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-08 06:26:11 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-08 06:26:11 (GMT) |
commit | 5e9fd297dc7fdc0a96809d3533e6fada4a31fb62 (patch) | |
tree | d52419cd737ac09defcdc8714495028ffb86c077 /tests/auto/declarative/declarative.pro | |
parent | 942a605a52dbbd6dfa824e3b76e37576c7d79f6e (diff) | |
download | Qt-5e9fd297dc7fdc0a96809d3533e6fada4a31fb62.zip Qt-5e9fd297dc7fdc0a96809d3533e6fada4a31fb62.tar.gz Qt-5e9fd297dc7fdc0a96809d3533e6fada4a31fb62.tar.bz2 |
Add running of examples to quality gate.
Fix broken examples too.
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 11d7c13..5441311 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -1,5 +1,6 @@ TEMPLATE = subdirs SUBDIRS += \ + examples \ graphicswidgets \ # Cover parserstress \ # Cover qmetaobjectbuilder \ # Cover @@ -62,7 +63,7 @@ SUBDIRS += \ qdeclarativeimageprovider \ # Cover qdeclarativestyledtext \ # Cover sql \ # Cover - qmlvisual + qmlvisual # Cover contains(QT_CONFIG, webkit) { SUBDIRS += \ |