X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=harbour-pedalo.pro;fp=harbour-pedalo.pro;h=7c01192271515113633fb3aba20e44e7f555ba2f;hp=7c12a39eea7d73c96c02b333cfd4fbd7321716b8;hb=dc14479d561196e19417c4ecf78e847ec4b43b7c;hpb=76b5f460f9a5052571d730918b2ee778753f4c59 diff --git a/harbour-pedalo.pro b/harbour-pedalo.pro index 7c12a39..7c01192 100644 --- a/harbour-pedalo.pro +++ b/harbour-pedalo.pro @@ -35,7 +35,9 @@ SOURCES += src/harbour-pedalo.cpp \ src/imageprovider.cpp \ src/graph.cpp \ src/statsmodel.cpp \ - src/stats.cpp + src/stats.cpp \ + src/statsweekdayave.cpp \ + src/statsweekdaycongestion.cpp DISTFILES += qml/harbour-pedalo.qml \ qml/cover/CoverPage.qml \ @@ -79,4 +81,6 @@ HEADERS += \ src/imageprovider.h \ src/graph.h \ src/statsmodel.h \ - src/stats.h + src/stats.h \ + src/statsweekdayave.h \ + src/statsweekdaycongestion.h