diff options
Diffstat (limited to 'desktop-widgets/CMakeLists.txt')
-rw-r--r-- | desktop-widgets/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop-widgets/CMakeLists.txt b/desktop-widgets/CMakeLists.txt index 499dd27b9..1de8914ee 100644 --- a/desktop-widgets/CMakeLists.txt +++ b/desktop-widgets/CMakeLists.txt @@ -164,14 +164,8 @@ source_group("Subsurface Interface" FILES ${SUBSURFACE_INTERFACE}) # the yearly statistics widget. set(SUBSURFACE_STATISTICS_LIB_SRCS - statistics/monthstatistics.cpp - statistics/monthstatistics.h - statistics/statisticsbar.cpp - statistics/statisticsbar.h statistics/statisticswidget.cpp statistics/statisticswidget.h - statistics/yearstatistics.cpp - statistics/yearstatistics.h ) source_group("Subsurface Statistics" FILES ${SUBSURFACE_STATISTICS_LIB_SRCS}) |