summaryrefslogtreecommitdiffstats
path: root/tests/auto/legacy_sensors/legacy_sensors.pro
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-09-22 16:11:50 +1000
committerLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-10 09:25:31 +1000
commita1b1deab7e5db598dd765e8d015b337e1b65451c (patch)
treecca0f3535f2f1771f98c4992a57feb392519fb68 /tests/auto/legacy_sensors/legacy_sensors.pro
parent54f0b27faa06a3016d2007dc3b8bdc10c67d41ae (diff)
Add a unit test for legacy sensor QML elements
The unit test verifies that versions exist and that certain elements are available (or not) in particular versions. Change-Id: Idc00b10cd72b0e438e7e4229f0bdc959798033e0 Fixes: MTMW-299 Reviewed-on: http://codereview.qt-project.org/5354 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'tests/auto/legacy_sensors/legacy_sensors.pro')
-rw-r--r--tests/auto/legacy_sensors/legacy_sensors.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/legacy_sensors/legacy_sensors.pro b/tests/auto/legacy_sensors/legacy_sensors.pro
new file mode 100644
index 00000000..0fb14d92
--- /dev/null
+++ b/tests/auto/legacy_sensors/legacy_sensors.pro
@@ -0,0 +1,6 @@
+TEMPLATE=app
+TARGET=tst_legacy_sensors
+CONFIG += testcase
+QT = core testlib gui declarative
+SOURCES += tst_legacy_sensors.cpp
+