From b40354c7f28676d011de35e49b178d9aa789bbc7 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 8 Jan 2021 12:53:27 -0800 Subject: build-system: compile stats code on mobile OSs Android and iOS use qmake, so add the code to the .pro file. This also removes all remnants of QCharts includes and uses and all the references to QCharts in our various build systems. That was a brief but extremely useful detour. Signed-off-by: Dirk Hohndel --- Subsurface-mobile.pro | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'Subsurface-mobile.pro') diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro index 959af95c8..19d69c2f2 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -127,6 +127,20 @@ SOURCES += subsurface-mobile-main.cpp \ backend-shared/exportfuncs.cpp \ backend-shared/plannershared.cpp \ backend-shared/roundrectitem.cpp \ + stats/statsvariables.cpp \ + stats/statsview.cpp \ + stats/barseries.cpp \ + stats/boxseries.cpp \ + stats/chartlistmodel.cpp \ + stats/informationbox.cpp \ + stats/legend.cpp \ + stats/pieseries.cpp \ + stats/scatterseries.cpp \ + stats/statsaxis.cpp \ + stats/statscolors.cpp \ + stats/statsgrid.cpp \ + stats/statsseries.cpp \ + stats/statsstate.cpp \ mobile-widgets/qmlinterface.cpp \ mobile-widgets/qmlmanager.cpp \ mobile-widgets/statsmanager.cpp \ @@ -263,6 +277,22 @@ HEADERS += \ backend-shared/exportfuncs.h \ backend-shared/plannershared.h \ backend-shared/roundrectitem.h \ + stats/barseries.h \ + stats/boxseries.h \ + stats/chartlistmodel.h \ + stats/informationbox.h \ + stats/legend.h \ + stats/pieseries.h \ + stats/scatterseries.h \ + stats/statsaxis.h \ + stats/statscolors.h \ + stats/statsgrid.h \ + stats/statsseries.h \ + stats/statsstate.h \ + stats/statstranslations.h \ + stats/statsvariables.h \ + stats/statsview.h \ + stats/zvalues.h \ mobile-widgets/qmlinterface.h \ mobile-widgets/qmlmanager.h \ mobile-widgets/statsmanager.h \ -- cgit v1.2.3-70-g09d2