X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=harbour-pedalo.pro;h=cd82343fc2c89d5e71b39e50b314782286601154;hp=62d08f9e78d1ca6734d212b40d264546f3803e53;hb=0108947ead4cc9e0ff23fee82db2fb1fd7cb2dad;hpb=ad970e5488e00f84c984a7c0fee09c089d8fe5d1 diff --git a/harbour-pedalo.pro b/harbour-pedalo.pro index 62d08f9..cd82343 100644 --- a/harbour-pedalo.pro +++ b/harbour-pedalo.pro @@ -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