X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=harbour-pedalo.pro;h=7c12a39eea7d73c96c02b333cfd4fbd7321716b8;hp=9033b75b97cb0eab70f91568e99402585c2dc868;hb=76b5f460f9a5052571d730918b2ee778753f4c59;hpb=7d6ca1150d70c17469e48d71920dfe6083e1a719 diff --git a/harbour-pedalo.pro b/harbour-pedalo.pro index 9033b75..7c12a39 100644 --- a/harbour-pedalo.pro +++ b/harbour-pedalo.pro @@ -32,12 +32,13 @@ 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 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 \ @@ -49,9 +50,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 @@ -69,4 +76,7 @@ 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