disable tr for old qt

This commit is contained in:
Andrei Yankovich 2021-10-19 10:46:41 +03:00
parent 208e1ab4b6
commit 8042dba2c1

View File

@ -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")
}
}