d1a3f1b1cf33db444fc9b5b4b3fab297ded67b13
[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     src/status.cpp
21
22 DISTFILES += qml/harbour-pedalo.qml \
23     qml/cover/CoverPage.qml \
24     rpm/harbour-pedalo.changes.in \
25     rpm/harbour-pedalo.changes.run.in \
26     rpm/harbour-pedalo.spec \
27     rpm/harbour-pedalo.yaml \
28     translations/*.ts \
29     harbour-pedalo.desktop \
30     qml/pages/MainPage.qml \
31     qml/pages/AddJourney.qml \
32     qml/pages/Stats.qml \
33     qml/pages/JourneyList.qml \
34     qml/pages/About.qml \
35     qml/components/InfoRow.qml
36
37 SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
38
39 # to disable building translations every time, comment out the
40 # following CONFIG line
41 CONFIG += sailfishapp_i18n
42
43 # German translation is enabled as an example. If you aren't
44 # planning to localize your app, remember to comment out the
45 # following TRANSLATIONS line. And also do not forget to
46 # modify the localized app name in the the .desktop file.
47 TRANSLATIONS += translations/harbour-pedalo-de.ts
48
49 HEADERS += \
50     src/journey.h \
51     src/journeymodel.h \
52     src/status.h