summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-01-10 12:13:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-11 13:14:08 +0100
commit4de078842ae87a091567503e66c0162b7ac50ccd (patch)
tree280edbfcf63911f96997fc12677feb82b57f1f3e
parentaed7aa451f582a772368b80506c7e26c3e8c18a2 (diff)
test examples only in developer builds
we don't want to actually build examples in production builds any more, so the test is bound to fail. Change-Id: I5c936a5b193aa575a0193dcf0968cce9c20c505f Reviewed-by: hjk <qthjk@ovi.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--tests/auto/declarative/declarative.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro
index dbadbad5..d606325d 100644
--- a/tests/auto/declarative/declarative.pro
+++ b/tests/auto/declarative/declarative.pro
@@ -1,7 +1,6 @@
TEMPLATE = subdirs
SUBDIRS += \
- examples \
parserstress \
qdeclarativecomponent \
qdeclarativecontext \
@@ -24,6 +23,7 @@ SUBDIRS += \
contains(QT_CONFIG, private_tests) {
SUBDIRS += \
+ examples \
qdeclarativeanchors \
qdeclarativeanimatedimage \
qdeclarativeanimations \