Added vibration

This commit is contained in:
2019-11-12 16:23:29 +01:00
parent be29abac6b
commit 4558d134e0
6 changed files with 133 additions and 38 deletions

View File

@@ -20,7 +20,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += \
histogramchart.cpp \
main.cpp \
Manager.cpp
Manager.cpp \
vibration.cpp
RESOURCES += qml.qrc
@@ -50,7 +51,8 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
HEADERS += \
Manager.h \
histogramchart.h \
uwb.h
uwb.h \
vibration.h
DISTFILES += \
_android/src/UWB.java \