forked from kefir500/apk-editor-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apk-editor-studio.pro
39 lines (32 loc) · 1.37 KB
/
apk-editor-studio.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
TEMPLATE = app
QT += core gui widgets xml network
CONFIG += c++11
TARGET = apk-editor-studio
VERSION = 1.4.0
CI = $$(CI)
QMAKE_TARGET_PRODUCT = APK Editor Studio
QMAKE_TARGET_COMPANY = Alexander Gorishnyak
QMAKE_TARGET_DESCRIPTION = APK Editor Studio v$$VERSION
QMAKE_TARGET_COPYRIGHT = Copyright (C) 2019-2020
DEFINES += APPLICATION='"\\\"$$QMAKE_TARGET_PRODUCT\\\""'
DEFINES += VERSION=\\\"$$VERSION\\\"
#DEFINES += PORTABLE
include($$PWD/src/apk-editor-studio.pri)
include($$PWD/lib/qtkeychain/qt5keychain.pri)
include($$PWD/lib/qtsingleapplication/src/qtsingleapplication.pri)
include($$PWD/deploy.pri)
EXTRA_TRANSLATIONS += \
$$PWD/res/translations/apk-editor-studio.de.ts \
$$PWD/res/translations/apk-editor-studio.el.ts \
$$PWD/res/translations/apk-editor-studio.es.ts \
$$PWD/res/translations/apk-editor-studio.ja.ts \
$$PWD/res/translations/apk-editor-studio.pl.ts \
$$PWD/res/translations/apk-editor-studio.pt.ts \
$$PWD/res/translations/apk-editor-studio.ro.ts \
$$PWD/res/translations/apk-editor-studio.ru.ts \
$$PWD/res/translations/apk-editor-studio.tr.ts
updateqm.input = EXTRA_TRANSLATIONS
updateqm.output = $$PWD/res/deploy/all/resources/translations/${QMAKE_FILE_IN_BASE}.qm
updateqm.commands = $$[QT_INSTALL_BINS]/lrelease ${QMAKE_FILE_IN} -qm ${QMAKE_FILE_OUT}
updateqm.CONFIG += no_link target_predeps
QMAKE_EXTRA_COMPILERS += updateqm