summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/legacy_sensors/legacy_sensors.pro2
-rw-r--r--tests/auto/qtsensors5/qtsensors5.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/legacy_sensors/legacy_sensors.pro b/tests/auto/legacy_sensors/legacy_sensors.pro
index 0fb14d92..0597a7f2 100644
--- a/tests/auto/legacy_sensors/legacy_sensors.pro
+++ b/tests/auto/legacy_sensors/legacy_sensors.pro
@@ -1,6 +1,6 @@
TEMPLATE=app
TARGET=tst_legacy_sensors
-CONFIG += testcase
+!no_system_tests:CONFIG += testcase
QT = core testlib gui declarative
SOURCES += tst_legacy_sensors.cpp
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