Support multiple graphs
[harbour-pedalo.git] / harbour-pedalo.pro
index 26b606e..7c12a39 100644 (file)
@@ -25,29 +25,40 @@ 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
 
 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 \
     harbour-pedalo.desktop \
     qml/pages/MainPage.qml \
-    qml/pages/AddJourney.qml \
     qml/pages/Stats.qml \
     qml/pages/JourneyList.qml \
     qml/pages/About.qml \
-    qml/components/InfoRow.qml
+    qml/pages/DurationEditDialog.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 \
+    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
@@ -64,4 +75,8 @@ 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