os2 compatibility

This commit is contained in:
Martin Rotter 2021-02-22 11:06:14 +01:00
parent a00ae33a00
commit 4668e14455

View file

@ -516,9 +516,9 @@ lupdate.commands = lupdate -no-obsolete -pro $$shell_quote($$shell_path($$PWD/li
QMAKE_EXTRA_TARGETS += lupdate QMAKE_EXTRA_TARGETS += lupdate
# Make sure QM translations are nerated. # Make sure QM translations are generated.
message($$MSG_PREFIX: Running: \"$$LRELEASE\" -compress librssguard.pro) message($$MSG_PREFIX: Running: \"$$LRELEASE\" -compress $$shell_quote($$shell_path($$PWD/librssguard.pro)))
system($$LRELEASE -compress librssguard.pro) system($$LRELEASE -compress $$shell_quote($$shell_path($$PWD/librssguard.pro)))
mac { mac {
IDENTIFIER = $$APP_REVERSE_NAME IDENTIFIER = $$APP_REVERSE_NAME