aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/quick.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-01-10 12:11:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-11 15:08:25 +0100
commit6651fc2f178a279a0483b24714107ffcecb83dcb (patch)
tree685874070292a7689205ba59bc5c778139c8ca2f /tests/auto/quick/quick.pro
parent7830710e57cbbbc8a2fb37fc97eb99f552ecdd83 (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: I9adda2d147a05eb7acb3a864c81b8d0c0333c8bb Reviewed-by: hjk <qthjk@ovi.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/quick/quick.pro')
-rw-r--r--tests/auto/quick/quick.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro
index 5f18fc94bf..537a46f247 100644
--- a/tests/auto/quick/quick.pro
+++ b/tests/auto/quick/quick.pro
@@ -7,7 +7,7 @@ PUBLICTESTS += \
!contains(QT_CONFIG, no-widgets): PUBLICTESTS += nodes
-!cross_compile: PUBLICTESTS += examples
+!cross_compile: PRIVATETESTS += examples
# This test requires the qtconcurrent module
!contains(QT_CONFIG, concurrent):PUBLICTESTS -= qquickpixmapcache