X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=harbour-pedalo.pro;h=bc118dd99997944c53b58deff63150cea8104e51;hp=327a46eb2cc44a8fefe5d1391fc4613bb5d15169;hb=54ab3ebfadf8cb258561a4641249da8c6469dc0f;hpb=ac8b7885c6787ad72b5cf8d422c8e5c8ec0e18fb diff --git a/harbour-pedalo.pro b/harbour-pedalo.pro index 327a46e..bc118dd 100644 --- a/harbour-pedalo.pro +++ b/harbour-pedalo.pro @@ -32,12 +32,17 @@ 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 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 \ @@ -53,7 +58,9 @@ DISTFILES += qml/harbour-pedalo.qml \ qml/components/BarButton.qml \ qml/cover/ClockView.qml \ qml/cover/LargeItem.qml \ - qml/pages/TheRules.qml + qml/pages/TheRules.qml \ + rpm/harbour-pedalo.changes.run.in \ + rpm/harbour-pedalo.changes SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172 256x256 @@ -73,4 +80,11 @@ 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