Flesh out UI, provide journey data model
[harbour-pedalo.git] / harbour-pedalo.pro
index 62d08f9..cd82343 100644 (file)
@@ -14,18 +14,24 @@ TARGET = harbour-pedalo
 
 CONFIG += sailfishapp
 
-SOURCES += src/harbour-pedalo.cpp
+SOURCES += src/harbour-pedalo.cpp \
+    src/journey.cpp \
+    src/journeymodel.cpp
 
 DISTFILES += qml/harbour-pedalo.qml \
     qml/cover/CoverPage.qml \
-    qml/pages/FirstPage.qml \
-    qml/pages/SecondPage.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
+    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
 
 SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
 
@@ -38,3 +44,7 @@ CONFIG += sailfishapp_i18n
 # following TRANSLATIONS line. And also do not forget to
 # modify the localized app name in the the .desktop file.
 TRANSLATIONS += translations/harbour-pedalo-de.ts
+
+HEADERS += \
+    src/journey.h \
+    src/journeymodel.h