mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Under Windows, use lrelease instead of lrelease-qt4.
This commit is contained in:
parent
60f21f9b78
commit
2f0896b94e
|
@ -215,6 +215,10 @@ TRANSLATIONS += locale/ru_RU.ts \
|
|||
locale/bg_BG.ts
|
||||
|
||||
# This makes qmake generate translations
|
||||
win32 {
|
||||
# Windows doesn't seem to have *-qt4 symlinks
|
||||
isEmpty(QMAKE_LRELEASE):QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease
|
||||
}
|
||||
isEmpty(QMAKE_LRELEASE):QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease-qt4
|
||||
updateqm.input = TRANSLATIONS
|
||||
updateqm.output = ${QMAKE_FILE_PATH}/${QMAKE_FILE_BASE}.qm
|
||||
|
|
Loading…
Reference in a new issue