-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathharbour-habitsailor.pro
102 lines (88 loc) · 2.66 KB
/
harbour-habitsailor.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
98
99
100
101
# 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-habitsailor
CONFIG += sailfishapp
SOURCES += \
src/habitsailor.cpp \
src/cachednetworkaccessmanagerfactory.cpp
CODECFORSRC = UTF-8
lupdate_only{
SOURCES += \
qml/*.js \
qml/*.qml \
qml/components/*.qml \
qml/cover/*.qml \
qml/pages/*.qml \
}
OTHER_FILES += \
translations/*.ts \
harbour-habitsailor.desktop
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172 256x256
# to disable building translations every time, comment out the
# following CONFIG line
CONFIG += sailfishapp_i18n
TRANSLATIONS += \
translations/harbour-habitsailor-fr.ts \
translations/harbour-habitsailor.ts
DISTFILES += \
qml/pages/Main.qml \
qml/assets/habitica.png \
qml/pages/Init.qml \
qml/pages/Login.qml \
qml/rpc.js \
README.md \
habitsailor.desktop \
qml/pages/Habits.qml \
qml/utils.js \
qml/components/Bar.qml \
qml/components/Stat.qml \
qml/components/MenuButton.qml \
qml/pages/Revive.qml \
qml/components/HabitButton.qml \
rpm/harbour-habitsailor.yaml \
qml/harbour-habitsailor.qml \
qml/components/TaskItem.qml \
qml/cover/CoverPage.qml \
qml/pages/Tasks.qml \
qml/pages/TaskDetails.qml \
qml/pages/TaskEdit.qml \
qml/components/DatePickerButton.qml \
qml/pages/About.qml \
qml/assets/gpl-3.0-standalone.html \
qml/assets/gpl-3.0.txt \
qml/Model.qml \
qml/qmldir \
qml/Signals.qml \
qml/components/EmptyListHint.qml \
qml/pages/TaskNewFromCover.qml \
rpm/harbour-habitsailor.changes \
qml/pages/Rewards.qml \
qml/assets/icon-m-custom-reward.png \
qml/assets/icon-m-reward.svg \
qml/assets/icon-m-clock.svg \
qml/assets/icon-m-team.svg \
qml/assets/icon-m-todo.svg \
qml/pages/PartyChat.qml \
qml/pages/PartyDetails.qml \
qml/components/ExpandBox.qml \
qml/pages/Penpals.qml \
qml/pages/Messages.qml \
qml/components/SendMessageBox.qml \
qml/pages/Skills.qml \
qml/pages/SkillsTaskSelection.qml \
qml/pages/Quests.qml \
qml/components/KeyValueItem.qml \
qml/components/ImageWithBusyIndicator.qml \
qml/pages/QuestDetails.qml \
qml/pages/AllocateStatPoints.qml
HEADERS += \
src/cachednetworkaccessmanagerfactory.h