-
Notifications
You must be signed in to change notification settings - Fork 2
/
harbour-avarisk.pro
148 lines (139 loc) · 5.36 KB
/
harbour-avarisk.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# NOTICE:
#
# Application name defined in TARGET has a corresponding QML filename.
# If name defined in TARGET is changed, the following needs to be done
# to match new name:
# - corresponding QML filename must be changed
# - desktop icon filename must be changed
# - desktop filename must be changed
# - icon definition filename in desktop file must be changed
# - translation filenames have to be changed
# The name of your application
TARGET = harbour-avarisk
CONFIG += sailfishapp
# For mozembed WebView
PKGCONFIG += qt5embedwidget
SOURCES += src/harbour-avarisk.cpp
DISTFILES += qml/harbour-avarisk.qml \
qml/cover/CoverPage.qml \
qml/pages/BulletinView.qml \
qml/pages/Education.qml \
qml/pages/FirstPage.qml \
qml/pages/SecondPage.qml \
qml/pages/WebViewPage.qml \
qml/pages/avacore/__init__.py \
qml/pages/avacore/__main__.py \
qml/pages/avacore/avacore/__init__.py \
qml/pages/avacore/avacore/__main__.py \
qml/pages/avacore/avacore/png/__init__.py \
qml/pages/avacore/avacore/png/png.py \
qml/pages/avacore/avacore/pyAvaCore.py \
qml/pages/avacore/png/__init__.py \
qml/pages/avacore/png/png.py \
qml/pages/avacore/pyAvaCore.py \
qml/pages/external_avacore/__init__.py \
qml/pages/external_avacore/__main__.py \
qml/pages/external_avacore/png/__init__.py \
qml/pages/external_avacore/png/png.py \
qml/pages/external_avacore/pyAvaCore.py \
qml/pages/qmldir \
res/avalanche-situations/drifting_snow.png \
res/avalanche-situations/favourable_situation.png \
res/avalanche-situations/gliding_snow.png \
res/avalanche-situations/new_snow.png \
res/avalanche-situations/old_snow.png \
res/avalanche-situations/wet_snow.png \
res/bg.svg \
res/bg_dark.svg \
res/bg_dark_page.svg \
res/bg_light.svg \
res/bg_light_page.svg \
res/danger-levels/level_1.png \
res/danger-levels/level_2.png \
res/danger-levels/level_3.png \
res/danger-levels/level_4.png \
res/danger-levels/level_5.png \
res/expositions/Exposition/exposition_e.png \
res/expositions/Exposition/exposition_n.png \
res/expositions/Exposition/exposition_ne.png \
res/expositions/Exposition/exposition_s.png \
res/expositions/Exposition/exposition_se.png \
res/expositions/exposition_bg.png \
res/expositions/exposition_bg_ch.png \
res/expositions/exposition_e.png \
res/expositions/exposition_ene.png \
res/expositions/exposition_ese.png \
res/expositions/exposition_n.png \
res/expositions/exposition_ne.png \
res/expositions/exposition_nne.png \
res/expositions/exposition_nnw.png \
res/expositions/exposition_nw.png \
res/expositions/exposition_s.png \
res/expositions/exposition_se.png \
res/expositions/exposition_sse.png \
res/expositions/exposition_ssw.png \
res/expositions/exposition_sw.png \
res/expositions/exposition_w.png \
res/expositions/exposition_wnw.png \
res/expositions/exposition_wsw.png \
res/harbour-avarisk.png \
res/warning-pictos/Elevation/levels_all.png \
res/warning-pictos/levels_0_0.png \
res/warning-pictos/levels_0_1.png \
res/warning-pictos/levels_0_2.png \
res/warning-pictos/levels_0_3.png \
res/warning-pictos/levels_0_4.png \
res/warning-pictos/levels_0_5.png \
res/warning-pictos/levels_1_0.png \
res/warning-pictos/levels_1_1.png \
res/warning-pictos/levels_1_2.png \
res/warning-pictos/levels_1_3.png \
res/warning-pictos/levels_1_4.png \
res/warning-pictos/levels_1_5.png \
res/warning-pictos/levels_2_0.png \
res/warning-pictos/levels_2_1.png \
res/warning-pictos/levels_2_2.png \
res/warning-pictos/levels_2_3.png \
res/warning-pictos/levels_2_4.png \
res/warning-pictos/levels_2_5.png \
res/warning-pictos/levels_3_0.png \
res/warning-pictos/levels_3_1.png \
res/warning-pictos/levels_3_2.png \
res/warning-pictos/levels_3_3.png \
res/warning-pictos/levels_3_4.png \
res/warning-pictos/levels_3_5.png \
res/warning-pictos/levels_4_0.png \
res/warning-pictos/levels_4_1.png \
res/warning-pictos/levels_4_2.png \
res/warning-pictos/levels_4_3.png \
res/warning-pictos/levels_4_4.png \
res/warning-pictos/levels_4_5.png \
res/warning-pictos/levels_5_0.png \
res/warning-pictos/levels_5_1.png \
res/warning-pictos/levels_5_2.png \
res/warning-pictos/levels_5_3.png \
res/warning-pictos/levels_5_4.png \
res/warning-pictos/levels_5_5.png \
res/warning-pictos/levels_above.png \
res/warning-pictos/levels_all.png \
res/warning-pictos/levels_below.png \
res/warning-pictos/levels_middle.png \
rpm/harbour-avarisk.changes.in \
rpm/harbour-avarisk.changes.run.in \
rpm/harbour-avarisk.spec \
rpm/harbour-avarisk.yaml \
translations/*.ts \
harbour-avarisk.desktop
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
# to disable building translations every time, comment out the
# following CONFIG line
CONFIG += sailfishapp_i18n
# German translation is enabled as an example. If you aren't
# planning to localize your app, remember to comment out the
# following TRANSLATIONS line. And also do not forget to
# modify the localized app name in the the .desktop file.
TRANSLATIONS += translations/harbour-avarisk-de.ts
TRANSLATIONS += translations/harbour-avarisk-fr.ts
TRANSLATIONS += translations/harbour-avarisk.ts
RESOURCES += \
res.qrc