forked from Wunderfitz/harbour-wunderfitz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathharbour-wunderfitz.pro
86 lines (66 loc) · 2.46 KB
/
harbour-wunderfitz.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
TEMPLATE = subdirs
quazip_lib.file = quazip/quazip/wunderfitz-quazip.pro
quazip_lib.target = quazip-lib
app_src.subdir = src
app_src.target = app-src
app_src.depends = quazip-lib
SUBDIRS = quazip_lib app_src
OTHER_FILES += rpm/harbour-wunderfitz.changes.in \
rpm/harbour-wunderfitz.spec \
rpm/harbour-wunderfitz.yaml \
translations/*.ts \
harbour-wunderfitz.desktop \
qml/components/*.qml \
qml/pages/*.qml \
qml/*.qml
db/heinzelliste.db
SAILFISHAPP_ICONS = 86x86 108x108 128x128 256x256
# 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-wunderfitz-de.ts \
translations/harbour-wunderfitz-it.ts \
translations/harbour-wunderfitz-nl.ts \
translations/harbour-wunderfitz-sv.ts \
translations/harbour-wunderfitz-es.ts \
translations/harbour-wunderfitz-pl.ts \
translations/harbour-wunderfitz-hu.ts
database.files = db
database.path = /usr/share/$${TARGET}
gui.files = qml
gui.path = /usr/share/$${TARGET}
images.files = images
images.path = /usr/share/$${TARGET}
ICONPATH = /usr/share/icons/hicolor
86.png.path = $${ICONPATH}/86x86/apps/
86.png.files += icons/86x86/harbour-wunderfitz.png
108.png.path = $${ICONPATH}/108x108/apps/
108.png.files += icons/108x108/harbour-wunderfitz.png
128.png.path = $${ICONPATH}/128x128/apps/
128.png.files += icons/128x128/harbour-wunderfitz.png
172.png.path = $${ICONPATH}/172x172/apps/
172.png.files += icons/172x172/harbour-wunderfitz.png
256.png.path = $${ICONPATH}/256x256/apps/
256.png.files += icons/256x256/harbour-wunderfitz.png
wunderfitz.desktop.path = /usr/share/applications/
wunderfitz.desktop.files = harbour-wunderfitz.desktop
INSTALLS += 86.png 108.png 128.png 172.png 256.png \
wunderfitz.desktop database gui images
DISTFILES += \
icons/108x108/harbour-wunderfitz.png \
icons/128x128/harbour-wunderfitz.png \
icons/172x172/harbour-wunderfitz.png \
icons/256x256/harbour-wunderfitz.png \
icons/86x86/harbour-wunderfitz.png \
images/background.png \
images/wunderfitz.png \
qml/*.qml \
pml/pages/*.qml \
LICENSE \
README.md \
qml/components/WunderfitzButton.qml \
qml/pages/TextPage.qml