Added data logging

This commit is contained in:
2019-02-26 17:44:50 +01:00
parent 0032606d56
commit 799e563ff5
6 changed files with 121 additions and 23 deletions

View File

@@ -1,5 +1,8 @@
QT += quick
QT += androidextras
android {
QT += androidextras
}
CONFIG += c++11
# The following define makes your compiler emit warnings if you use
@@ -28,6 +31,7 @@ OTHER_FILES += \
# use files in ./_android for the project as well
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/_android
#ANDROID_PACKAGE_SOURCE_DIR =
# Additional import path used to resolve QML modules in Qt Creator's code model