cd82343fc2c89d5e71b39e50b314782286601154
[harbour-pedalo.git] / harbour-pedalo.pro
1 # NOTICE:
2 #
3 # Application name defined in TARGET has a corresponding QML filename.
4 # If name defined in TARGET is changed, the following needs to be done
5 # to match new name:
6 #   - corresponding QML filename must be changed
7 #   - desktop icon filename must be changed
8 #   - desktop filename must be changed
9 #   - icon definition filename in desktop file must be changed
10 #   - translation filenames have to be changed
11
12 # The name of your application
13 TARGET = harbour-pedalo
14
15 CONFIG += sailfishapp
16
17 SOURCES += src/harbour-pedalo.cpp \
18     src/journey.cpp \
19     src/journeymodel.cpp
20
21 DISTFILES += qml/harbour-pedalo.qml \
22     qml/cover/CoverPage.qml \
23     rpm/harbour-pedalo.changes.in \
24     rpm/harbour-pedalo.changes.run.in \
25     rpm/harbour-pedalo.spec \
26     rpm/harbour-pedalo.yaml \
27     translations/*.ts \
28     harbour-pedalo.desktop \
29     qml/pages/MainPage.qml \
30     qml/pages/AddJourney.qml \
31     qml/pages/Stats.qml \
32     qml/pages/JourneyList.qml \
33     qml/pages/About.qml \
34     qml/components/InfoRow.qml
35
36 SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
37
38 # to disable building translations every time, comment out the
39 # following CONFIG line
40 CONFIG += sailfishapp_i18n
41
42 # German translation is enabled as an example. If you aren't
43 # planning to localize your app, remember to comment out the
44 # following TRANSLATIONS line. And also do not forget to
45 # modify the localized app name in the the .desktop file.
46 TRANSLATIONS += translations/harbour-pedalo-de.ts
47
48 HEADERS += \
49     src/journey.h \
50     src/journeymodel.h