X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=harbour-pedalo.pro;h=ce9b2c766030fe05705bba3be76b2df0d99f936d;hp=1ec2cedba3ab217a83bf259eec1383b5cda862d9;hb=894f7a797bc7a11ac3e44769c98f7e56c80437d7;hpb=badbb9139e0e5b3bc114ae7c150e6d9ab5183566 diff --git a/harbour-pedalo.pro b/harbour-pedalo.pro index 1ec2ced..ce9b2c7 100644 --- a/harbour-pedalo.pro +++ b/harbour-pedalo.pro @@ -25,12 +25,14 @@ 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 DISTFILES += qml/harbour-pedalo.qml \ qml/cover/CoverPage.qml \ @@ -41,14 +43,18 @@ DISTFILES += qml/harbour-pedalo.qml \ translations/*.ts \ harbour-pedalo.desktop \ qml/pages/MainPage.qml \ - qml/pages/AddJourney.qml \ qml/pages/Stats.qml \ qml/pages/JourneyList.qml \ qml/pages/About.qml \ qml/pages/DurationEditDialog.qml \ - qml/components/InfoRow.qml + qml/components/InfoRow.qml \ + qml/pages/JourneyEdit.qml \ + qml/pages/JourneyInfo.qml \ + qml/components/BarButton.qml \ + qml/cover/ClockView.qml \ + qml/cover/LargeItem.qml -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 @@ -65,4 +71,5 @@ HEADERS += \ src/journeymodel.h \ src/status.h \ src/settings.h \ - src/harbour-pedalo.h + src/harbour-pedalo.h \ + src/imageprovider.h