forked from alien999999999/harbour-followme
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathharbour-followme.pro
executable file
·84 lines (70 loc) · 2.36 KB
/
harbour-followme.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
# 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-followme
i18n_files.files = translations
i18n_files.path = /usr/share/$$TARGET
INSTALLS += i18n_files
CONFIG += sailfishapp
OTHER_FILES += qml/harbour-followme.qml \
rpm/harbour-followme.yaml \
translations/*.ts \
harbour-followme.png \
harbour-followme.desktop
CONFIG += sailfishapp_i18n
TRANSLATIONS += \
translations/harbour-followme-de.ts \
translations/harbour-followme-fi.ts \
translations/harbour-followme-nl.ts \
translations/harbour-followme-it.ts \
translations/harbour-followme-es.ts \
translations/harbour-followme-pl.ts \
translations/harbour-followme-fr.ts
DISTFILES += \
qml/resources/css/followme.css \
qml/resources/js/followme.js \
qml/components/Ajax.qml \
qml/components/DownloadQueue.qml \
qml/components/Fetch.qml \
qml/components/FollowMeImage.qml \
qml/components/FollowMeItem.qml \
qml/components/PyCleanEntry.qml \
qml/components/PyCreateDataPath.qml \
qml/components/PyDataPath.qml \
qml/components/PyDownloadFile.qml \
qml/components/PyListEntries.qml \
qml/components/PyLoadEntry.qml \
qml/components/PySaveEntry.qml \
qml/components/PySizeEntry.qml \
qml/components/QueueProgress.qml \
qml/cover/CoverPage.qml \
qml/pages/AddEntryPage.qml \
qml/pages/EntryPage.qml \
qml/pages/ListPage.qml \
qml/pages/MainPage.qml \
qml/pages/ProviderPage.qml \
qml/pages/SearchDialog.qml \
qml/pages/SearchPage.qml \
qml/pages/SettingsDialog.qml \
qml/pages/SliderDialog.qml \
qml/python/followme.py \
qml/images/starGold.svg \
qml/images/starGrey.svg \
qml/plugins/MangaReader/.FollowMe \
qml/scripts/download.js \
qml/plugins/OMG.BEAU.PEEP/.FollowMe \
qml/plugins/OtakuSmashComics/.FollowMe \
qml/plugins/OtakuSmashManga/.FollowMe \
harbour-followme.svg \
rpm/harbour-followme.spec
HEADERS +=
SOURCES += \
harbour-followme.cpp