diff options
Diffstat (limited to 'Subsurface-mobile.pro')
-rw-r--r-- | Subsurface-mobile.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro index db1ef8911..959af95c8 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -129,6 +129,7 @@ SOURCES += subsurface-mobile-main.cpp \ backend-shared/roundrectitem.cpp \ mobile-widgets/qmlinterface.cpp \ mobile-widgets/qmlmanager.cpp \ + mobile-widgets/statsmanager.cpp \ mobile-widgets/themeinterface.cpp \ qt-models/divesummarymodel.cpp \ qt-models/diveplotdatamodel.cpp \ @@ -264,6 +265,7 @@ HEADERS += \ backend-shared/roundrectitem.h \ mobile-widgets/qmlinterface.h \ mobile-widgets/qmlmanager.h \ + mobile-widgets/statsmanager.h \ mobile-widgets/themeinterface.h \ map-widget/qmlmapwidgethelper.h \ qt-models/divesummarymodel.h \ |