mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-29 11:14:33 +00:00
disable tr for old qt
This commit is contained in:
parent
208e1ab4b6
commit
8042dba2c1
@ -116,6 +116,8 @@ QMAKE_EXTRA_TARGETS += \
|
||||
chmodSnap
|
||||
|
||||
|
||||
!lessThan(QT_MAJOR_VERSION, 6):lessThan(QT_MINOR_VERSION, 12) {
|
||||
|
||||
# Translations
|
||||
SUPPORT_LANGS = ru
|
||||
|
||||
@ -156,3 +158,4 @@ for(LANG, SUPPORT_LANGS) {
|
||||
for(command, commands) {
|
||||
system($$command)|error("Failed to run: $$command")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user