1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-05-02 02:55:17 +00:00
harbour-sailotp/harbour-sailotp.pro

53 lines
1.4 KiB
Prolog
Raw Permalink Normal View History

2014-01-05 20:58:25 +00:00
TARGET = harbour-sailotp
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
DEFINES += APP_BUILDNUM=\\\"$$RELEASE\\\"
2014-01-05 20:58:25 +00:00
CONFIG += sailfishapp
2023-02-20 15:10:57 +00:00
PKGCONFIG += libcrypto
2014-01-05 20:58:25 +00:00
SOURCES += src/harbour-sailotp.cpp
2014-01-05 20:58:25 +00:00
DISTFILES += qml/harbour-sailotp.qml \
2021-06-26 14:03:23 +00:00
icons/86x86/sailotp.png \
2014-01-05 20:58:25 +00:00
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 \
2014-01-05 20:58:25 +00:00
qml/lib/storage.js \
qml/lib/crypto.js \
qml/lib/sha.js \
2014-02-01 11:59:39 +00:00
qml/sailotp.png \
rpm/harbour-sailotp.spec \
rpm/harbour-sailotp.yaml \
rpm/harbour-sailotp.changes \
translations/*.ts \
harbour-sailotp.desktop
2019-02-24 15:22:15 +00:00
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 \
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 \
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
2014-02-16 12:46:57 +00:00
include(src/qzxing/QZXing.pri)
include(src/FileIO/FileIO.pri)
2023-02-20 15:10:57 +00:00
include(src/QCipher/QCipher.pri)
include(src/qqrencode/qqrencode.pri)