-
Notifications
You must be signed in to change notification settings - Fork 1
/
shoutcast-sailfish.pro
52 lines (46 loc) · 1.63 KB
/
shoutcast-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
# 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 = shoutcast-sailfish
CONFIG += sailfishapp_qml
DISTFILES += qml/shoutcast-sailfish.qml \
qml/cover/CoverPage.qml \
rpm/shoutcast-sailfish.changes.in \
rpm/shoutcast-sailfish.changes.run.in \
rpm/shoutcast-sailfish.spec \
rpm/shoutcast-sailfish.yaml \
translations/*.ts \
shoutcast-sailfish.desktop \
qml/shoutcast.js \
qml/components/jsonpath.js \
qml/components/JSONListModel.qml \
qml/pages/SubGenrePage.qml \
qml/pages/StationsPage.qml \
qml/pages/AboutPage.qml \
qml/pages/GenrePage.qml \
qml/pages/MainPage.qml \
qml/pages/Search.qml \
qml/pages/SettingsPage.qml \
qml/pages/TopStationsPage.qml \
qml/dialogs/ErrorDialog.qml \
qml/dialogs/ItemPicker.qml \
qml/Util.js \
qml/components/AudioPlayerPanel.qml \
qml/components/SwipeArea.qml \
qml/components/StationListItemView.qml \
qml/components/Messagebox.qml
SAILFISHAPP_ICONS = 86x86 108x108 128x128 256x256
# to disable building translations every time, comment out the
# following CONFIG line
CONFIG += sailfishapp_i18n
TRANSLATIONS += translations/hutspot.ts \
translations/shoutcast-sailfish-cs.ts \
translations/shoutcast-sailfish-sv.ts