2014-01-05 20:58:25 +00:00
|
|
|
TARGET = harbour-sailotp
|
|
|
|
|
2014-02-02 13:43:22 +00:00
|
|
|
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
|
|
|
DEFINES += APP_BUILDNUM=\\\"$$RELEASE\\\"
|
|
|
|
|
2014-01-05 20:58:25 +00:00
|
|
|
CONFIG += sailfishapp
|
|
|
|
|
2014-07-13 10:06:10 +00:00
|
|
|
SOURCES += src/harbour-sailotp.cpp
|
2014-01-05 20:58:25 +00:00
|
|
|
|
2018-04-09 17:19:33 +00:00
|
|
|
DISTFILES += qml/harbour-sailotp.qml \
|
2014-01-05 20:58:25 +00:00
|
|
|
qml/cover/CoverPage.qml \
|
|
|
|
qml/pages/MainView.qml \
|
|
|
|
qml/pages/AddOTP.qml \
|
|
|
|
qml/pages/About.qml \
|
2018-04-09 17:19:33 +00:00
|
|
|
qml/pages/ExportPage.qml \
|
|
|
|
qml/pages/ScanOTP.qml \
|
|
|
|
qml/pages/QRPage.qml \
|
|
|
|
qml/pages/Settings.qml \
|
|
|
|
qml/components/NotifyBanner.qml \
|
|
|
|
qml/lib/urldecoder.js \
|
2014-01-05 20:58:25 +00:00
|
|
|
qml/lib/storage.js \
|
|
|
|
qml/lib/crypto.js \
|
2018-04-09 17:19:33 +00:00
|
|
|
qml/lib/cryptojs-aes.js \
|
2014-01-05 20:58:25 +00:00
|
|
|
qml/lib/sha.js \
|
2014-02-02 13:43:22 +00:00
|
|
|
qml/sailotp.png \
|
2018-04-09 17:19:33 +00:00
|
|
|
rpm/harbour-sailotp.spec \
|
|
|
|
rpm/harbour-sailotp.yaml \
|
|
|
|
rpm/harbour-sailotp.changes \
|
|
|
|
translations/*.ts \
|
|
|
|
harbour-sailotp.desktop
|
2014-02-09 09:59:50 +00:00
|
|
|
|
2019-02-24 15:41:21 +00:00
|
|
|
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
|
2014-02-09 09:59:50 +00:00
|
|
|
|
2018-04-09 17:19:33 +00:00
|
|
|
CONFIG += sailfishapp_i18n
|
2014-02-09 09:59:50 +00:00
|
|
|
|
2018-04-09 17:19:33 +00:00
|
|
|
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 \
|
2019-02-24 15:41:21 +00:00
|
|
|
translations/harbour-sailotp-pt_BR.ts \
|
2018-04-09 17:19:33 +00:00
|
|
|
translations/harbour-sailotp-ru.ts \
|
|
|
|
translations/harbour-sailotp-sv.ts \
|
2019-04-07 19:23:10 +00:00
|
|
|
translations/harbour-sailotp-nl.ts \
|
2021-02-21 11:30:04 +00:00
|
|
|
translations/harbour-sailotp-hu.ts \
|
2018-04-09 17:19:33 +00:00
|
|
|
translations/harbour-sailotp-zh_CN.ts
|
2014-02-09 09:59:50 +00:00
|
|
|
|
2014-07-01 14:37:52 +00:00
|
|
|
include(src/qzxing/QZXing.pri)
|
|
|
|
include(src/FileIO/FileIO.pri)
|
2018-04-09 17:19:33 +00:00
|
|
|
include(src/qqrencode/qqrencode.pri)
|