From 4187d0baa96c4731abfcddfe2c24cf4ef4e72ac5 Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Tue, 20 Dec 2011 19:01:11 +1000 Subject: alwaysOn for legacy QML elements You must use QtMobility.sensors 1.3 to get alwaysOn Use apprpriate namespacing to avoid collisions with the QtSensors 5 elements. Change-Id: If0f6dfff116d7de8a6de403b2d7c75ffd48b03b8 Sanity-Review: Qt Sanity Bot Reviewed-by: Zsolt Simon --- tests/auto/legacy_sensors/legacy_sensors.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/legacy_sensors/legacy_sensors.pro') diff --git a/tests/auto/legacy_sensors/legacy_sensors.pro b/tests/auto/legacy_sensors/legacy_sensors.pro index 0597a7f2..a9b1531b 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 !no_system_tests:CONFIG += testcase -QT = core testlib gui declarative +QT = core testlib gui declarative sensors SOURCES += tst_legacy_sensors.cpp -- cgit v1.2.3