-
Notifications
You must be signed in to change notification settings - Fork 4
/
harbour-passilic.pro
80 lines (67 loc) · 2.03 KB
/
harbour-passilic.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
TARGET = harbour-passilic
CONFIG += sailfishapp
QT += concurrent
DEFINES += \
QT_NO_CAST_FROM_ASCII \
QT_NO_CAST_TO_ASCII \
QT_STRICT_ITERATORS \
QT_USE_QSTRINGBUILDER \
QT_NO_URL_CAST_FROM_STRING \
QT_NO_CAST_FROM_BYTEARRAY \
QT_NO_SIGNALS_SLOTS_KEYWORDS
INCLUDEPATH += 3rdparty/kitemmodels/
SOURCES += \
src/gpg.cpp \
src/main.cpp \
src/abbreviations.cpp \
src/imageprovider.cpp \
src/passwordfiltermodel.cpp \
src/passwordprovider.cpp \
src/passwordsmodel.cpp \
src/passwordsortproxymodel.cpp \
3rdparty/kitemmodels/kdescendantsproxymodel.cpp \
src/settings.cpp \
src/passwordgenerator.cpp
HEADERS += \
src/abbreviations.h \
src/gpg.h \
src/imageprovider.h \
src/passwordfiltermodel.h \
src/passwordprovider.h \
src/passwordsmodel.h \
src/passwordsortproxymodel.h \
3rdparty/kitemmodels/kdescendantsproxymodel.h \
src/settings.h \
src/scopeguard.h \
src/passwordgenerator.h
DISTFILES += \
qml/harbour-passilic.qml \
qml/cover/CoverPage.qml \
qml/pages/AboutPage.qml \
qml/pages/PasswordListPage.qml \
qml/pages/PassphraseRequester.qml \
qml/components/GlobalPullDownMenu.qml \
rpm/harbour-passilic.changes.in \
rpm/harbour-passilic.changes.run.in \
rpm/harbour-passilic.spec \
rpm/harbour-passilic.yaml \
translations/*.ts \
harbour-passilic.desktop \
qml/pages/SearchPage.qml \
qml/components/PasswordDelegate.qml \
qml/pages/SettingsPage.qml \
qml/pages/NewPasswordDialog.qml \
qml/pages/GeneratePasswordDialog.qml
OTHER_FILES += \
README.md
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
# to disable building translations every time, comment out the
# following CONFIG line
CONFIG += sailfishapp_i18n
TRANSLATIONS += \
translations/harbour-passilic.ts \
translations/harbour-passilic-cs.ts \
translations/harbour-passilic-fr.ts \
translations/harbour-passilic-hr.ts \
translations/harbour-passilic-sv.ts \
translations/harbour-passilic-zh.ts