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 e2a724633..b113eebfe 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -136,6 +136,7 @@ SOURCES += subsurface-mobile-main.cpp \ stats/informationbox.cpp \ stats/legend.cpp \ stats/pieseries.cpp \ + stats/quartilemarker.cpp \ stats/scatterseries.cpp \ stats/statsaxis.cpp \ stats/statscolors.cpp \ @@ -285,6 +286,7 @@ HEADERS += \ stats/informationbox.h \ stats/legend.h \ stats/pieseries.h \ + stats/quartilemarker.h \ stats/scatterseries.h \ stats/statsaxis.h \ stats/statscolors.h \ |