-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
harbour-tidings.pro
97 lines (89 loc) · 2.98 KB
/
harbour-tidings.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
93
94
95
96
97
# 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-tidings
CONFIG += sailfishapp
QT += concurrent sql xml
SOURCES += \
src/harbour-tidings.cpp \
src/feedloader.cpp \
src/newsblendmodel.cpp \
src/htmlfilter.cpp \
src/urlloader.cpp \
src/htmlsed.cpp \
src/database.cpp
OTHER_FILES += qml/harbour-tidings.qml \
qml/cover/CoverPage.qml \
qml/pages/FeedsPage.qml \
qml/pages/RssModel.qml \
qml/pages/SourcesPage.qml \
qml/pages/AtomModel.qml \
qml/pages/OpmlModel.qml \
qml/pages/ViewPage.qml \
qml/pages/WebPage.qml \
qml/pages/FavIcon.qml \
qml/pages/favicon.js \
qml/pages/SourcesModel.qml \
qml/pages/SourceEditDialog.qml \
qml/pages/NewsBlendModel.qml \
qml/pages/AboutPage.qml \
qml/pages/LicensePage.qml \
qml/pages/license.js \
qml/pages/FancyScroller.qml \
qml/pages/Notification.qml \
qml/pages/RdfModel.qml \
qml/pages/RescalingRichText.qml \
qml/pages/ExternalLinkDialog.qml \
qml/pages/FeedSorter.qml \
qml/pages/SortSelectorPage.qml \
qml/cover/overlay.png \
qml/pages/ConfigValue.qml \
qml/pages/BackgroundWorker.qml \
qml/pages/FeedStats.qml \
qml/pages/FeedItem.qml \
qml/pages/SettingsPage.qml \
qml/pages/MediaItem.qml \
qml/pages/ImagePage.qml \
qml/pages/ResourcesPage.qml \
qml/pages/placeholder.png \
qml/pages/LoadImagesButton.qml \
qml/pages/Downloader.qml \
qml/pages/Hint.qml \
qml/pages/HintLoader.qml \
qml/pages/FeedParser.qml \
qml/tidings.png \
harbour-tidings.desktop \
rpm/harbour-tidings.spec
CONFIG += sailfishapp_i18n
TRANSLATIONS += translations/harbour-tidings-cs.ts
TRANSLATIONS += translations/harbour-tidings-cs_CZ.ts
TRANSLATIONS += translations/harbour-tidings-de_DE.ts
TRANSLATIONS += translations/harbour-tidings-fr_FR.ts
TRANSLATIONS += translations/harbour-tidings-ru_RU.ts
TRANSLATIONS += translations/harbour-tidings-sv.ts
TRANSLATIONS += translations/harbour-tidings-pt_BR.ts
TRANSLATIONS += translations/harbour-tidings-es.ts
TRANSLATIONS += translations/harbour-tidings-fi_FI.ts
TRANSLATIONS += translations/harbour-tidings-gr_GR.ts
CONFIG += sailfishapp_i18n_unfinished
HEADERS += \
src/feedloader.h \
src/appversion.h \
src/json.h \
src/newsblendmodel.h \
src/htmlfilter.h \
src/dateparser.h \
src/urlloader.h \
src/htmlsed.h \
src/database.h
SAILFISHAPP_ICONS += 86x86 108x108 128x128 172x172
DISTFILES += icons/86x86/harbour-tidings.png \
icons/108x108/harbour-tidings.png \
icons/128x128/harbour-tidings.png \
icons/172x172/harbour-tidings.png \
qml/pages/worker.js