summaryrefslogtreecommitdiffstats
path: root/examples/sensors/shakeit/shakeit.pro
diff options
context:
space:
mode:
authorTamas Martinec <tamas.martinec@symbio.com>2021-07-01 15:53:41 +0300
committerTamas Martinec <tamas.martinec@symbio.com>2021-08-18 12:30:19 +0300
commitdb9f0807ac3a7edccf46d845dac65aa13caff461 (patch)
treec6413269457cd2b9bda17c704b9f1a7d11f16df8 /examples/sensors/shakeit/shakeit.pro
parenta1df957679a5e6f32940a71491bae244562177f6 (diff)
QtSensors: Fix and simplify the Shakeit example
Removed the Multimedia dependency and added two new animations instead of the audio playback. Changed fixed window size to dynamic. Pick-to: 6.2 Task-number: QTBUG-92514 Change-Id: I136d08a1bb5c1f06ae0612ceeec177c3abf39084 Reviewed-by: Juha Vuolle <juha.vuolle@insta.fi>
Diffstat (limited to 'examples/sensors/shakeit/shakeit.pro')
-rw-r--r--examples/sensors/shakeit/shakeit.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/sensors/shakeit/shakeit.pro b/examples/sensors/shakeit/shakeit.pro
index 00eb1ab3..327c669b 100644
--- a/examples/sensors/shakeit/shakeit.pro
+++ b/examples/sensors/shakeit/shakeit.pro
@@ -1,6 +1,8 @@
TEMPLATE = app
TARGET = shakeit
-QT += quick
+QT += quick sensors
+qtConfig(static):QTPLUGIN += qtsensorgestures_plugin qtsensorgestures_shakeplugin
+
SOURCES = main.cpp
RESOURCES += \