Histogram implementation
This commit is contained in:
5
RTT.pro
5
RTT.pro
@@ -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 += \
|
||||
|
||||
Reference in New Issue
Block a user