X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=harbour-pedalo.pro;h=31f1c95afead7698d4386c3de863738da21f85ed;hp=0b88acc3f46457a16917cd4493ab563d8af39fdb;hb=refs%2Fheads%2Fmaster;hpb=b0cf1cc508e82763046f46134347e8a37d7dddd6 diff --git a/harbour-pedalo.pro b/harbour-pedalo.pro index 0b88acc..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} @@ -32,12 +32,19 @@ SOURCES += src/harbour-pedalo.cpp \ src/journeymodel.cpp \ src/status.cpp \ src/settings.cpp \ - src/imageprovider.cpp + src/imageprovider.cpp \ + src/graph.cpp \ + src/statsmodel.cpp \ + src/stats.cpp \ + src/statsweekdayave.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 \ - rpm/harbour-pedalo.changes.in \ - rpm/harbour-pedalo.changes.run.in \ rpm/harbour-pedalo.spec \ rpm/harbour-pedalo.yaml \ translations/*.ts \ @@ -50,7 +57,12 @@ DISTFILES += qml/harbour-pedalo.qml \ qml/components/InfoRow.qml \ qml/pages/JourneyEdit.qml \ qml/pages/JourneyInfo.qml \ - qml/components/BarButton.qml + qml/components/BarButton.qml \ + qml/cover/ClockView.qml \ + qml/cover/LargeItem.qml \ + qml/pages/TheRules.qml \ + rpm/harbour-pedalo.changes.run.in \ + rpm/harbour-pedalo.changes SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172 256x256 @@ -70,4 +82,13 @@ HEADERS += \ src/status.h \ src/settings.h \ src/harbour-pedalo.h \ - src/imageprovider.h + src/imageprovider.h \ + src/graph.h \ + src/statsmodel.h \ + src/stats.h \ + src/statsweekdayave.h \ + src/statsweekdaycongestion.h \ + src/statshourcongestion.h \ + src/statshourjourneys.h \ + src/statsyearjourneys.h \ + src/statsyearduration.h