From 658b7c8e93afb0737d82291eac894516dcdf60b3 Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Fri, 28 Oct 2011 09:52:40 +1000 Subject: These are system tests. Allow suppressing them. Change-Id: I107b90658304d44fe7fb0b885ae47e26df7be6d1 Sanity-Review: Qt Sanity Bot Reviewed-by: Zsolt Simon --- tests/auto/qtsensors5/qtsensors5.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/qtsensors5') diff --git a/tests/auto/qtsensors5/qtsensors5.pro b/tests/auto/qtsensors5/qtsensors5.pro index 92d624dd..38b89ff4 100644 --- a/tests/auto/qtsensors5/qtsensors5.pro +++ b/tests/auto/qtsensors5/qtsensors5.pro @@ -1,6 +1,6 @@ TEMPLATE=app TARGET=tst_qtsensors5 -CONFIG += testcase +!no_system_tests:CONFIG += testcase QT = core testlib gui declarative SOURCES += tst_qtsensors5.cpp -- cgit v1.2.3