X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=harbour-pedalo.pro;h=bc118dd99997944c53b58deff63150cea8104e51;hp=7c01192271515113633fb3aba20e44e7f555ba2f;hb=54ab3ebfadf8cb258561a4641249da8c6469dc0f;hpb=dc14479d561196e19417c4ecf78e847ec4b43b7c diff --git a/harbour-pedalo.pro b/harbour-pedalo.pro index 7c01192..bc118dd 100644 --- a/harbour-pedalo.pro +++ b/harbour-pedalo.pro @@ -37,7 +37,9 @@ SOURCES += src/harbour-pedalo.cpp \ src/statsmodel.cpp \ src/stats.cpp \ src/statsweekdayave.cpp \ - src/statsweekdaycongestion.cpp + src/statsweekdaycongestion.cpp \ + src/statshourcongestion.cpp \ + src/statshourjourneys.cpp DISTFILES += qml/harbour-pedalo.qml \ qml/cover/CoverPage.qml \ @@ -83,4 +85,6 @@ HEADERS += \ src/statsmodel.h \ src/stats.h \ src/statsweekdayave.h \ - src/statsweekdaycongestion.h + src/statsweekdaycongestion.h \ + src/statshourcongestion.h \ + src/statshourjourneys.h