2014-01-05 20:58:25 +00:00
|
|
|
# The name of your app.
|
|
|
|
# NOTICE: name defined in TARGET has a corresponding QML filename.
|
|
|
|
# If name defined in TARGET is changed, following needs to be
|
|
|
|
# done to match new name:
|
|
|
|
# - corresponding QML filename must be changed
|
|
|
|
# - desktop icon filename must be changed
|
|
|
|
# - desktop filename must be changed
|
|
|
|
# - icon definition filename in desktop file must be changed
|
|
|
|
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
|
|
|
|
|
|
|
OTHER_FILES += qml/harbour-sailotp.qml \
|
|
|
|
qml/cover/CoverPage.qml \
|
|
|
|
rpm/harbour-sailotp.spec \
|
|
|
|
rpm/harbour-sailotp.yaml \
|
|
|
|
harbour-sailotp.desktop \
|
|
|
|
qml/pages/MainView.qml \
|
|
|
|
qml/pages/AddOTP.qml \
|
|
|
|
qml/pages/About.qml \
|
|
|
|
qml/lib/storage.js \
|
|
|
|
qml/lib/crypto.js \
|
|
|
|
qml/lib/sha.js \
|
2014-02-01 11:59:39 +00:00
|
|
|
qml/sailotp.png \
|
2014-02-01 16:06:34 +00:00
|
|
|
qml/pages/ExportPage.qml \
|
2014-02-02 10:26:22 +00:00
|
|
|
qml/lib/gibberish-aes.js \
|
2014-02-16 15:27:28 +00:00
|
|
|
qml/components/NotifyBanner.qml \
|
|
|
|
qml/pages/ScanOTP.qml \
|
2014-05-24 16:35:41 +00:00
|
|
|
qml/lib/urldecoder.js \
|
2014-07-01 14:09:14 +00:00
|
|
|
qml/pages/QRPage.qml \
|
|
|
|
rpm/harbour-sailotp.changes
|
2014-01-05 20:58:25 +00:00
|
|
|
|
2014-02-08 16:08:10 +00:00
|
|
|
i18n.files = i18n/*.qm
|
|
|
|
i18n.path = /usr/share/$${TARGET}/i18n
|
|
|
|
|
|
|
|
INSTALLS += i18n
|
|
|
|
|
|
|
|
lupdate_only {
|
|
|
|
SOURCES = qml/*.qml \
|
|
|
|
qml/pages/*.qml \
|
|
|
|
qml/covers/*.qml \
|
|
|
|
qml/components/*.qml
|
|
|
|
|
|
|
|
TRANSLATIONS = i18n/de.ts \
|
2015-06-17 19:15:57 +00:00
|
|
|
i18n/en.ts \
|
|
|
|
i18n/sv.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)
|
2014-05-24 16:35:41 +00:00
|
|
|
include(src/qqrencode/qqrencode.pri)
|