From: Oswald Buddenhagen Date: Thu, 10 Jan 2013 11:11:33 +0000 (+0100) Subject: test examples only in developer builds X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=6651fc2f178a279a0483b24714107ffcecb83dcb;p=konrad%2Fqtdeclarative.git 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 --- diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro index 5f18fc9..537a46f 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