-
Notifications
You must be signed in to change notification settings - Fork 26
/
harbour-sailotp.pro
52 lines (44 loc) · 1.44 KB
/
harbour-sailotp.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
TARGET = harbour-sailotp
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
DEFINES += APP_BUILDNUM=\\\"$$RELEASE\\\"
CONFIG += sailfishapp
PKGCONFIG += libcrypto
SOURCES += src/harbour-sailotp.cpp
DISTFILES += qml/harbour-sailotp.qml \
icons/86x86/sailotp.png \
qml/cover/CoverPage.qml \
qml/pages/MainView.qml \
qml/pages/AddOTP.qml \
qml/pages/About.qml \
qml/pages/ExportPage.qml \
qml/pages/ScanOTP.qml \
qml/pages/QRPage.qml \
qml/pages/Settings.qml \
qml/components/NotifyBanner.qml \
qml/lib/urldecoder.js \
qml/lib/storage.js \
qml/lib/crypto.js \
qml/lib/sha.js \
qml/sailotp.png \
rpm/harbour-sailotp.spec \
rpm/harbour-sailotp.yaml \
rpm/harbour-sailotp.changes \
translations/*.ts \
harbour-sailotp.desktop
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
CONFIG += sailfishapp_i18n
TRANSLATIONS = translations/harbour-sailotp-de.ts \
translations/harbour-sailotp-es.ts \
translations/harbour-sailotp-fi.ts \
translations/harbour-sailotp-fr.ts \
translations/harbour-sailotp-it.ts \
translations/harbour-sailotp-pt_BR.ts \
translations/harbour-sailotp-ru.ts \
translations/harbour-sailotp-sv.ts \
translations/harbour-sailotp-nl.ts \
translations/harbour-sailotp-hu.ts \
translations/harbour-sailotp-zh_CN.ts
include(src/qzxing/QZXing.pri)
include(src/FileIO/FileIO.pri)
include(src/QCipher/QCipher.pri)
include(src/qqrencode/qqrencode.pri)