test examples only in developer builds
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Thu, 10 Jan 2013 11:11:33 +0000 (12:11 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 11 Jan 2013 14:08:25 +0000 (15:08 +0100)
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>

tests/auto/quick/quick.pro

index 5f18fc9..537a46f 100644 (file)
@@ -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