X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=harbour-pedalo.pro;h=9033b75b97cb0eab70f91568e99402585c2dc868;hp=647d3bb4ea361600b63d5f7e3e8833c1bdbc8868;hb=2661a17e25bcd4e94aeef1c6c136a6e5ba891f41;hpb=cc1952786f991bf5d584bbbffb554b0c40cec401 diff --git a/harbour-pedalo.pro b/harbour-pedalo.pro index 647d3bb..9033b75 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 \ @@ -46,7 +48,8 @@ DISTFILES += qml/harbour-pedalo.qml \ qml/pages/About.qml \ qml/pages/DurationEditDialog.qml \ qml/components/InfoRow.qml \ - qml/pages/JourneyEdit.qml + qml/pages/JourneyEdit.qml \ + qml/pages/JourneyInfo.qml SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172 @@ -65,4 +68,5 @@ HEADERS += \ src/journeymodel.h \ src/status.h \ src/settings.h \ - src/harbour-pedalo.h + src/harbour-pedalo.h \ + src/imageprovider.h