make lrelease work on os2 too

This commit is contained in:
Martin Rotter 2021-02-23 06:35:22 +01:00
parent 440eb635de
commit 9258030b27
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@
<url type="donation">https://martinrotter.github.io/donate/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="3.9.0" date="2021-02-22"/>
<release version="3.9.0" date="2021-02-23"/>
</releases>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>

View file

@ -511,8 +511,8 @@ QMAKE_EXTRA_TARGETS += lupdate
# Make sure QM translations are nerated.
qtPrepareTool(LRELEASE, lrelease) {
message($$MSG_PREFIX: Running: \"$$LRELEASE\" -compress $$shell_quote($$shell_path($$PWD/librssguard.pro)))
system($$LRELEASE -compress $$shell_quote($$shell_path($$PWD/librssguard.pro)))
message($$MSG_PREFIX: Running: \"$$LRELEASE\" -compress $$TRANSLATIONS)
system($$LRELEASE -compress $$TRANSLATIONS)
}
mac {