Qmake: Use lrelease to automate language file compilation

This commit is contained in:
Felix Kauselmann 2022-10-08 19:19:50 +02:00
parent 083888efde
commit 99114b00e7
24 changed files with 10 additions and 4 deletions

View File

@ -196,8 +196,11 @@ TRANSLATIONS = yacreader_es.ts \
yacreader_zh_CN.ts \
yacreader_zh_TW.ts \
yacreader_zh_HK.ts \
yacreader_it.ts \
yacreader_source.ts
yacreader_it.ts
# yacreader_source.ts
LRELEASE_DIR = ../release/languages/
CONFIG += lrelease
unix:!macx {
# set install prefix if it's empty

View File

@ -283,8 +283,11 @@ TRANSLATIONS = yacreaderlibrary_es.ts \
yacreaderlibrary_zh_CN.ts \
yacreaderlibrary_zh_TW.ts \
yacreaderlibrary_zh_HK.ts \
yacreaderlibrary_it.ts \
yacreaderlibrary_source.ts
yacreaderlibrary_it.ts
# yacreaderlibrary_source.ts
LRELEASE_DIR = ../release/languages/
CONFIG += lrelease
#QML/GridView
QT += quick qml quickwidgets

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.