From 6651fc2f178a279a0483b24714107ffcecb83dcb Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 10 Jan 2013 12:11:33 +0100 Subject: 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 Reviewed-by: Joerg Bornemann --- tests/auto/quick/quick.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/quick') 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 -- cgit v1.2.3