Add images to buttons on main page
[harbour-pedalo.git] / harbour-pedalo.pro
index e50d930..0b88acc 100644 (file)
@@ -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 \
@@ -47,9 +49,10 @@ 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
 
-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 +69,5 @@ HEADERS += \
     src/journeymodel.h \
     src/status.h \
     src/settings.h \
-    src/harbour-pedalo.h
+    src/harbour-pedalo.h \
+    src/imageprovider.h