-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
gpodder-sailfish.pro
60 lines (50 loc) · 1.74 KB
/
gpodder-sailfish.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
# 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-org.gpodder.sailfish
CONFIG += sailfishapp_qml sailfishapp_i18n
SOURCES +=
DEPLOY_PATH = /usr/share/$${TARGET}
common.files = common/
common.path = $${DEPLOY_PATH}/qml/
gpodder.files = gpodder-core/src/*
gpodder.path = $${DEPLOY_PATH}/
minidb.files = minidb/minidb.py
minidb.path = $${DEPLOY_PATH}/
mainpy.files = common/main.py
mainpy.path = $${DEPLOY_PATH}/
podcastparser.files = podcastparser/podcastparser.py
podcastparser.path = $${DEPLOY_PATH}/
myicons.files = icons/*
myicons.path = /usr/share/icons/hicolor/
OTHER_FILES += \
rpm/harbour-org.gpodder.sailfish.spec \
rpm/harbour-org.gpodder.sailfish.yaml \
INSTALLS += \
common \
gpodder \
minidb \
mainpy \
podcastparser \
myicons
TRANSLATIONS += \
translations/harbour-org.gpodder.sailfish-es.ts \
translations/harbour-org.gpodder.sailfish-de.ts \
translations/harbour-org.gpodder.sailfish-bg.ts \
translations/harbour-org.gpodder.sailfish-it.ts \
translations/harbour-org.gpodder.sailfish-zh_CN.ts \
translations/harbour-org.gpodder.sailfish-sv.ts \
translations/harbour-org.gpodder.sailfish-pl.ts \
translations/harbour-org.gpodder.sailfish-ru.ts \
translations/harbour-org.gpodder.sailfish.ts
TRANSLATION_SOURCES += /$$_PRO_FILE_PWD_/common/
DISTFILES += \
translations/*.ts