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 588e431d4..8e35c835d 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -138,6 +138,7 @@ SOURCES += subsurface-mobile-main.cpp \ stats/legend.cpp \ stats/pieseries.cpp \ stats/quartilemarker.cpp \ + stats/regressionitem.cpp \ stats/scatterseries.cpp \ stats/statsaxis.cpp \ stats/statscolors.cpp \ @@ -289,6 +290,7 @@ HEADERS += \ stats/legend.h \ stats/pieseries.h \ stats/quartilemarker.h \ + stats/regressionitem.h \ stats/scatterseries.h \ stats/statsaxis.h \ stats/statscolors.h \ |