summaryrefslogtreecommitdiffstats
path: root/tests/manual/sensorclerk/sensorclerk.pro
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2012-11-18 18:11:39 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-08 23:50:13 +0200
commitf57241666fd4b7074cbe33567827293e2a0a9ad5 (patch)
treee1b251f7ea369c7d93b02ea8de13145846db53a7 /tests/manual/sensorclerk/sensorclerk.pro
parent623a50a536ab0586faa8ae6f9ea2700069ceda00 (diff)
add a way to collect sensor dump in the format the autotests can use.
Change-Id: Iec9be6e858aabd579ea61e48fd5b9d884c980fc3 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'tests/manual/sensorclerk/sensorclerk.pro')
-rw-r--r--tests/manual/sensorclerk/sensorclerk.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/manual/sensorclerk/sensorclerk.pro b/tests/manual/sensorclerk/sensorclerk.pro
new file mode 100644
index 00000000..61eeef15
--- /dev/null
+++ b/tests/manual/sensorclerk/sensorclerk.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+
+QT += quick sensors
+
+SOURCES += main.cpp \
+ collector.cpp
+
+HEADERS += collector.h
+
+OTHER_FILES += qml/main.qml \
+ qml/Button.qml