Histogram implementation

This commit is contained in:
2019-11-09 11:09:36 +01:00
parent 5a7507a93e
commit f377535ed8
8 changed files with 453 additions and 437 deletions

View File

@@ -3,7 +3,8 @@ QT += quick
android {
QT += androidextras
}
CONFIG += c++11
CONFIG += c++17
# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked deprecated (the exact warnings
@@ -17,6 +18,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
histogramchart.cpp \
main.cpp \
Manager.cpp
@@ -47,6 +49,7 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
HEADERS += \
Manager.h \
histogramchart.h \
uwb.h
DISTFILES += \