@@ -4,13 +4,13 @@ QT += core gui widgets xml network
44CONFIG += c++11
55
66TARGET = apk-editor-studio
7- VERSION = 1.3.1
7+ VERSION = 1.4.0
88CI = $$(CI)
99
1010QMAKE_TARGET_PRODUCT = APK Editor Studio
1111QMAKE_TARGET_COMPANY = Alexander Gorishnyak
1212QMAKE_TARGET_DESCRIPTION = APK Editor Studio v $$VERSION
13- QMAKE_TARGET_COPYRIGHT = Copyright (C ) 2019
13+ QMAKE_TARGET_COPYRIGHT = Copyright (C ) 2019-2020
1414
1515DEFINES += APPLICATION ='" \\\" $$QMAKE_TARGET_PRODUCT \ \\""'
1616DEFINES += VERSION =\ \\"$$VERSION\\\"
@@ -21,14 +21,18 @@ include($$PWD/lib/qtkeychain/qt5keychain.pri)
2121include ($$PWD/lib/qtsingleapplication/src/qtsingleapplication.pri )
2222include ($$PWD/deploy.pri )
2323
24- TRANSLATIONS += \
24+ EXTRA_TRANSLATIONS += \
2525 $$PWD /res/translations/apk-editor-studio.de.ts \
26+ $$PWD /res/translations/apk-editor-studio.el.ts \
2627 $$PWD /res/translations/apk-editor-studio.es.ts \
2728 $$PWD /res/translations/apk-editor-studio.ja.ts \
29+ $$PWD /res/translations/apk-editor-studio.pl.ts \
2830 $$PWD /res/translations/apk-editor-studio.pt.ts \
29- $$PWD /res/translations/apk-editor-studio.ru.ts
31+ $$PWD /res/translations/apk-editor-studio.ro.ts \
32+ $$PWD /res/translations/apk-editor-studio.ru.ts \
33+ $$PWD /res/translations/apk-editor-studio.tr.ts
3034
31- updateqm.input = TRANSLATIONS
35+ updateqm.input = EXTRA_TRANSLATIONS
3236updateqm.output = $$PWD /res/deploy/all/resources/translations/ ${QMAKE_FILE_IN_BASE }.qm
3337updateqm.commands = $$[QT_INSTALL_BINS ]/lrelease ${QMAKE_FILE_IN } -qm ${QMAKE_FILE_OUT }
3438updateqm.CONFIG += no_link target_predeps
0 commit comments