X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=harbour-pedalo.pro;h=7c01192271515113633fb3aba20e44e7f555ba2f;hp=a6e2abef6c119a345b1dc6f5c3a39c1993fdbb4f;hb=dc14479d561196e19417c4ecf78e847ec4b43b7c;hpb=41ee443df2b12e7a4373be580006f57cc5fd768a diff --git a/harbour-pedalo.pro b/harbour-pedalo.pro index a6e2abe..7c01192 100644 --- a/harbour-pedalo.pro +++ b/harbour-pedalo.pro @@ -33,7 +33,11 @@ SOURCES += src/harbour-pedalo.cpp \ src/status.cpp \ src/settings.cpp \ src/imageprovider.cpp \ - src/graph.cpp + src/graph.cpp \ + src/statsmodel.cpp \ + src/stats.cpp \ + src/statsweekdayave.cpp \ + src/statsweekdaycongestion.cpp DISTFILES += qml/harbour-pedalo.qml \ qml/cover/CoverPage.qml \ @@ -75,4 +79,8 @@ HEADERS += \ src/settings.h \ src/harbour-pedalo.h \ src/imageprovider.h \ - src/graph.h + src/graph.h \ + src/statsmodel.h \ + src/stats.h \ + src/statsweekdayave.h \ + src/statsweekdaycongestion.h