X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=harbour-pedalo.pro;h=31f1c95afead7698d4386c3de863738da21f85ed;hp=7c01192271515113633fb3aba20e44e7f555ba2f;hb=refs%2Fheads%2Fmaster;hpb=dc14479d561196e19417c4ecf78e847ec4b43b7c diff --git a/harbour-pedalo.pro b/harbour-pedalo.pro index 7c01192..31f1c95 100644 --- a/harbour-pedalo.pro +++ b/harbour-pedalo.pro @@ -13,8 +13,8 @@ TARGET = harbour-pedalo VERSION_MAJOR = 0 -VERSION_MINOR = 1 -VERSION_BUILD = 1 +VERSION_MINOR = 2 +VERSION_BUILD = 2 #Target version VERSION = $${VERSION_MAJOR}.$${VERSION_MINOR}-$${VERSION_BUILD} @@ -37,7 +37,11 @@ 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 \ + src/statsyearjourneys.cpp \ + src/statsyearduration.cpp DISTFILES += qml/harbour-pedalo.qml \ qml/cover/CoverPage.qml \ @@ -83,4 +87,8 @@ HEADERS += \ src/statsmodel.h \ src/stats.h \ src/statsweekdayave.h \ - src/statsweekdaycongestion.h + src/statsweekdaycongestion.h \ + src/statshourcongestion.h \ + src/statshourjourneys.h \ + src/statsyearjourneys.h \ + src/statsyearduration.h