-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
SailHN.pro
66 lines (58 loc) · 1.67 KB
/
SailHN.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
TARGET = harbour-sailhn
CONFIG += sailfishapp
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
SOURCES += \
src/main.cpp \
src/cookiejar.cpp \
src/hackernewsapi.cpp \
src/hnmanager.cpp \
src/item.cpp \
src/newsmodel.cpp \
src/user.cpp
HEADERS += \
src/cookiejar.h \
src/hackernewsapi.h \
src/hnmanager.h \
src/item.h \
src/item_p.h \
src/newsmodel.h \
src/user.h \
src/user_p.h
OTHER_FILES += \
qml/cover/CoverPage.qml \
qml/SailHN.qml \
qml/pages/CommentsPage.qml \
qml/pages/ItemDelegate.qml \
qml/pages/ItemWebView.qml \
qml/pages/AskStoriesPage.qml \
qml/pages/BestStoriesPage.qml \
qml/pages/JobStoriesPage.qml \
qml/pages/NewStoriesPage.qml \
qml/pages/RepliesPage.qml \
qml/pages/Reply.qml \
qml/pages/ReplyDelegate.qml \
qml/pages/Settings.qml \
qml/pages/Submit.qml \
qml/pages/ShowStoriesPage.qml \
qml/pages/StoriesListView.qml \
qml/pages/TopStoriesPage.qml \
harbour-sailhn.desktop \
rpm/harbour-sailhn.changes \
rpm/harbour-sailhn.spec \
rpm/harbour-sailhn.yaml \
translations/*.ts
CONFIG += sailfishapp_i18n
PKGCONFIG += qt5embedwidget
TRANSLATIONS += \
translations/harbour-sailhn-de.ts \
translations/harbour-sailhn-et.ts \
translations/harbour-sailhn-fi.ts \
translations/harbour-sailhn-fr.ts \
translations/harbour-sailhn-hr.ts \
translations/harbour-sailhn-it.ts \
translations/harbour-sailhn-lt.ts \
translations/harbour-sailhn-nb_NO.ts \
translations/harbour-sailhn-nl_BE.ts \
translations/harbour-sailhn-nl.ts \
translations/harbour-sailhn-sr.ts \
translations/harbour-sailhn-tr.ts