summaryrefslogtreecommitdiffstats
path: root/examples/sensors/shakeit/shakeit.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/shakeit/shakeit.pro')
-rw-r--r--examples/sensors/shakeit/shakeit.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/sensors/shakeit/shakeit.pro b/examples/sensors/shakeit/shakeit.pro
deleted file mode 100644
index 00eb1ab3..00000000
--- a/examples/sensors/shakeit/shakeit.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TEMPLATE = app
-TARGET = shakeit
-QT += quick
-SOURCES = main.cpp
-
-RESOURCES += \
- shakeit.qrc
-
-OTHER_FILES = \
- $$files(*.qml) \
- audio \
- content
-
-target.path = $$[QT_INSTALL_EXAMPLES]/sensors/shakeit
-INSTALLS += target