mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-29 01:20:32 +01:00
Fix qm generate.
This commit is contained in:
parent
0da5ae5962
commit
268021c7c3
@ -439,7 +439,7 @@ TEXTS = resources/text/CHANGELOG \
|
|||||||
# Make sure QM translations are generated.
|
# Make sure QM translations are generated.
|
||||||
lrelease.input = TRANSLATIONS
|
lrelease.input = TRANSLATIONS
|
||||||
lrelease.output = ${QMAKE_FILE_BASE}.qm
|
lrelease.output = ${QMAKE_FILE_BASE}.qm
|
||||||
lrelease.commands = $$LRELEASE_EXECUTABLE -compress ${QMAKE_FILE_IN} -qm ${QMAKE_FILE_BASE}.qm
|
lrelease.commands = $$LRELEASE_EXECUTABLE -compress ${QMAKE_FILE_IN} -qm $$OUT_PWD/${QMAKE_FILE_BASE}.qm
|
||||||
lrelease.CONFIG += no_link target_predeps
|
lrelease.CONFIG += no_link target_predeps
|
||||||
|
|
||||||
# Create new "make lupdate" target.
|
# Create new "make lupdate" target.
|
||||||
|
Loading…
Reference in New Issue
Block a user