mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Qmake: Use lrelease to automate language file compilation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user