aboutsummaryrefslogtreecommitdiffstats
path: root/Subsurface-mobile.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Subsurface-mobile.pro')
-rw-r--r--Subsurface-mobile.pro11
1 files changed, 10 insertions, 1 deletions
diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro
index 19d69c2f2..8e35c835d 100644
--- a/Subsurface-mobile.pro
+++ b/Subsurface-mobile.pro
@@ -131,10 +131,14 @@ SOURCES += subsurface-mobile-main.cpp \
stats/statsview.cpp \
stats/barseries.cpp \
stats/boxseries.cpp \
+ stats/chartitem.cpp \
stats/chartlistmodel.cpp \
+ stats/histogrammarker.cpp \
stats/informationbox.cpp \
stats/legend.cpp \
stats/pieseries.cpp \
+ stats/quartilemarker.cpp \
+ stats/regressionitem.cpp \
stats/scatterseries.cpp \
stats/statsaxis.cpp \
stats/statscolors.cpp \
@@ -279,10 +283,14 @@ HEADERS += \
backend-shared/roundrectitem.h \
stats/barseries.h \
stats/boxseries.h \
+ stats/chartitem.h \
stats/chartlistmodel.h \
+ stats/histogrammarker.h \
stats/informationbox.h \
stats/legend.h \
stats/pieseries.h \
+ stats/quartilemarker.h \
+ stats/regressionitem.h \
stats/scatterseries.h \
stats/statsaxis.h \
stats/statscolors.h \
@@ -334,7 +342,8 @@ HEADERS += \
RESOURCES += mobile-widgets/qml/mobile-resources.qrc \
mobile-widgets/3rdparty/icons.qrc \
- map-widget/qml/map-widget.qrc
+ map-widget/qml/map-widget.qrc \
+ stats/statsicons.qrc
android {
SOURCES += core/android.cpp \