summaryrefslogtreecommitdiffstats
path: root/examples/sensors/shakeit
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/shakeit')
-rw-r--r--[-rwxr-xr-x]examples/sensors/shakeit/audio/loopy2a_mono.wavbin67772 -> 67772 bytes
-rw-r--r--examples/sensors/shakeit/notions.json5
-rw-r--r--examples/sensors/shakeit/qml.pro17
-rw-r--r--examples/sensors/shakeit/settings.json7
-rw-r--r--examples/sensors/shakeit/shakeit.pro15
5 files changed, 13 insertions, 31 deletions
diff --git a/examples/sensors/shakeit/audio/loopy2a_mono.wav b/examples/sensors/shakeit/audio/loopy2a_mono.wav
index 7d76cb65..7d76cb65 100755..100644
--- a/examples/sensors/shakeit/audio/loopy2a_mono.wav
+++ b/examples/sensors/shakeit/audio/loopy2a_mono.wav
Binary files differ
diff --git a/examples/sensors/shakeit/notions.json b/examples/sensors/shakeit/notions.json
deleted file mode 100644
index 95d05191..00000000
--- a/examples/sensors/shakeit/notions.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "notion-file-version": 1,
- "capabilities": [
- ]
-}
diff --git a/examples/sensors/shakeit/qml.pro b/examples/sensors/shakeit/qml.pro
deleted file mode 100644
index 30348d1a..00000000
--- a/examples/sensors/shakeit/qml.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-TEMPLATE = aux
-
-app.files = \
- info.json \
- notions.json \
- settings.json \
- shakeit.qml \
- icon.png \
- audio \
- images
-
-!isEmpty(EXAMPLES_PREFIX) {
- TARGET_DIR = $$EXAMPLES_PREFIX/com.nokia.mt.shakeit
- app.path = $$TARGET_DIR
- INSTALLS = app
-}
-
diff --git a/examples/sensors/shakeit/settings.json b/examples/sensors/shakeit/settings.json
deleted file mode 100644
index 31fc2fb3..00000000
--- a/examples/sensors/shakeit/settings.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "version": "1.0.0",
- "identifier": "com.nokia.mt.shakeit",
- "label": "ShakeIt demonstrates the Qt5 QtSensor Gestures API",
- "settings": [
- ]
-}
diff --git a/examples/sensors/shakeit/shakeit.pro b/examples/sensors/shakeit/shakeit.pro
index 6dc685b9..65660e3e 100644
--- a/examples/sensors/shakeit/shakeit.pro
+++ b/examples/sensors/shakeit/shakeit.pro
@@ -1,3 +1,14 @@
-TEMPLATE = subdirs
+TEMPLATE = aux
+
+app.files = \
+ info.json \
+ shakeit.qml \
+ icon.png \
+ audio \
+ images
+
+!isEmpty(EXAMPLES_PREFIX) {
+ app.path = $$EXAMPLES_PREFIX/com.nokia.mt.shakeit
+ INSTALLS = app
+}
-SUBDIRS = qml.pro