2014-01-05 20:58:25 +00:00
|
|
|
TARGET = harbour-sailotp
|
|
|
|
|
2014-01-31 21:59:08 +00:00
|
|
|
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
|
|
|
DEFINES += APP_BUILDNUM=\\\"$$RELEASE\\\"
|
|
|
|
|
2014-01-05 20:58:25 +00:00
|
|
|
CONFIG += sailfishapp
|
|
|
|
|
2014-02-23 15:46:38 +00:00
|
|
|
SOURCES += src/harbour-sailotp.cpp
|
2014-01-05 20:58:25 +00:00
|
|
|
|
2018-04-09 16:36:49 +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 16:36:49 +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 16:36:49 +00:00
|
|
|
qml/lib/cryptojs-aes.js \
|
2014-01-05 20:58:25 +00:00
|
|
|
qml/lib/sha.js \
|
2014-02-01 11:59:39 +00:00
|
|
|
qml/sailotp.png \
|
2018-04-09 16:36:49 +00:00
|
|
|
rpm/harbour-sailotp.spec \
|
|
|
|
rpm/harbour-sailotp.yaml \
|
|
|
|
rpm/harbour-sailotp.changes \
|
|
|
|
translations/*.ts \
|
|
|
|
harbour-sailotp.desktop
|
2014-02-08 16:08:10 +00:00
|
|
|
|
2019-02-24 15:22:15 +00:00
|
|
|
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
|
2014-02-08 16:08:10 +00:00
|
|
|
|
2018-04-09 16:36:49 +00:00
|
|
|
CONFIG += sailfishapp_i18n
|
2014-02-08 16:08:10 +00:00
|
|
|
|
2018-04-09 16:36:49 +00:00
|
|
|
TRANSLATIONS = translations/harbour-sailotp-de.ts \
|
|
|
|
translations/harbour-sailotp-es.ts \
|
|
|
|
translations/harbour-sailotp-fi.ts \
|
|
|
|
translations/harbour-sailotp-fr.ts \
|
2018-04-09 16:42:30 +00:00
|
|
|
translations/harbour-sailotp-it.ts \
|
2018-06-26 23:06:27 +00:00
|
|
|
translations/harbour-sailotp-pt_BR.ts \
|
2018-04-09 16:36:49 +00:00
|
|
|
translations/harbour-sailotp-ru.ts \
|
|
|
|
translations/harbour-sailotp-sv.ts \
|
2019-03-29 10:51:52 +00:00
|
|
|
translations/harbour-sailotp-nl.ts \
|
2018-04-09 16:36:49 +00:00
|
|
|
translations/harbour-sailotp-zh_CN.ts
|
2014-02-08 16:08:10 +00:00
|
|
|
|
2014-02-16 12:46:57 +00:00
|
|
|
include(src/qzxing/QZXing.pri)
|
2014-02-23 15:46:38 +00:00
|
|
|
include(src/FileIO/FileIO.pri)
|
2018-04-09 16:36:49 +00:00
|
|
|
include(src/qqrencode/qqrencode.pri)
|