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 b113eebfe..588e431d4 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -133,6 +133,7 @@ SOURCES += subsurface-mobile-main.cpp \ stats/boxseries.cpp \ stats/chartitem.cpp \ stats/chartlistmodel.cpp \ + stats/histogrammarker.cpp \ stats/informationbox.cpp \ stats/legend.cpp \ stats/pieseries.cpp \ @@ -283,6 +284,7 @@ HEADERS += \ stats/boxseries.h \ stats/chartitem.h \ stats/chartlistmodel.h \ + stats/histogrammarker.h \ stats/informationbox.h \ stats/legend.h \ stats/pieseries.h \ |