X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=harbour-pedalo.pro;h=7c01192271515113633fb3aba20e44e7f555ba2f;hp=ce9b2c766030fe05705bba3be76b2df0d99f936d;hb=dc14479d561196e19417c4ecf78e847ec4b43b7c;hpb=48a4da912f9df07681ba68d33475e1d43cfab571 diff --git a/harbour-pedalo.pro b/harbour-pedalo.pro index ce9b2c7..7c01192 100644 --- a/harbour-pedalo.pro +++ b/harbour-pedalo.pro @@ -32,12 +32,15 @@ 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 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 \ @@ -52,7 +55,10 @@ DISTFILES += qml/harbour-pedalo.qml \ qml/pages/JourneyInfo.qml \ qml/components/BarButton.qml \ qml/cover/ClockView.qml \ - qml/cover/LargeItem.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 @@ -72,4 +78,9 @@ 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