-
Notifications
You must be signed in to change notification settings - Fork 2
/
harbour-kitchentimer.pro
95 lines (78 loc) · 2.33 KB
/
harbour-kitchentimer.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
# The name of your app.
# NOTICE: name defined in TARGET has a corresponding QML filename.
# If name defined in TARGET is changed, 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
TARGET = harbour-kitchentimer
#CONFIG += sailfishapp
#CONFIG += link_pkgconfig
#PKGCONFIG += sailfishapp
#INCLUDEPATH += /usr/include/sailfishapp
#TARGETPATH = /usr/bin
#target.path = $${TARGETPATH}
DEPLOYMENT_PATH = /usr/share/$${TARGET}
qml.files = qml
qml.path = $${DEPLOYMENT_PATH}
desktop.files = $${TARGET}.desktop
desktop.path = /usr/share/applications
icon.files = $${TARGET}.png
icon.path = /usr/share/icons/hicolor/86x86/apps
sounds.files = sounds
sounds.path = $${DEPLOYMENT_PATH}
lupdate_only{
SOURCES = \
../qml/pages/TimerPage.qml \
../qml/pages/TimersDialog.qml \
../qml/pages/AboutPage.qml \
../qml/pages/SettingsDialog.qml \
../qml/components/KitchenTimer.qml \
../qml/components/Storage.qml \
../qml/components/TimeField.qml \
../qml/cover/CoverPage.qml
}
CONFIG += sailfishapp_i18n
TRANSLATIONS = \
translations/ar.ts \
translations/ca.ts \
translations/cs.ts \
translations/da_DK.ts \
translations/de_DE.ts \
translations/el.ts \
translations/en_GB.ts \
translations/es.ts \
translations/fi_FI.ts \
translations/fr.ts \
translations/gl.ts \
translations/hu_HU.ts \
translations/it_IT.ts \
translations/ja_JP.ts \
translations/lt_LT.ts \
translations/lv_LV.ts \
translations/nb.ts \
translations/nl.ts \
translations/pl_PL.ts \
translations/pt_BR.ts \
translations/pt_PT.ts \
translations/ru.ts \
translations/sl_SI.ts \
translations/sv.ts \
translations/zh_CN.ts
translations.files = translations
translations.path = $${DEPLOYMENT_PATH}
OTHER_FILES += qml/*.qml \
qml/cover/*.qml \
qml/components/*.qml \
js/*.js \
rpm/*.spec \
rpm/harbour-kitchentimer.yaml \
LICENSE \
README.md \
Changelog
#PKGCONFIG += libiphb // Waiting for this to be allowed.
INSTALLS += desktop icon qml sounds translations
TEMPLATE = subdirs
SUBDIRS = src/insomniac src
#src/folderlistmodel