X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=harbour-pedalo.pro;h=bc118dd99997944c53b58deff63150cea8104e51;hp=e50d930ff53e0004404f339b5b601f5146c03eeb;hb=54ab3ebfadf8cb258561a4641249da8c6469dc0f;hpb=41bb8de4779e59d272f753bc53033bd467bff811 diff --git a/harbour-pedalo.pro b/harbour-pedalo.pro index e50d930..bc118dd 100644 --- a/harbour-pedalo.pro +++ b/harbour-pedalo.pro @@ -25,17 +25,24 @@ DEFINES += "VERSION_MAJOR=$$VERSION_MAJOR" \ "VERSION=\\\"$$VERSION\\\"" CONFIG += sailfishapp - +PKGCONFIG += mlite5 +B SOURCES += src/harbour-pedalo.cpp \ src/journey.cpp \ src/journeymodel.cpp \ src/status.cpp \ - src/settings.cpp + src/settings.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 \ @@ -47,9 +54,15 @@ DISTFILES += qml/harbour-pedalo.qml \ qml/pages/DurationEditDialog.qml \ qml/components/InfoRow.qml \ qml/pages/JourneyEdit.qml \ - qml/pages/JourneyInfo.qml + qml/pages/JourneyInfo.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 +SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172 256x256 # to disable building translations every time, comment out the # following CONFIG line @@ -66,4 +79,12 @@ HEADERS += \ src/journeymodel.h \ src/status.h \ src/settings.h \ - src/harbour-pedalo.h + src/harbour-pedalo.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