make lrelease work on os2 too
This commit is contained in:
parent
440eb635de
commit
9258030b27
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
||||||
<url type="donation">https://martinrotter.github.io/donate/</url>
|
<url type="donation">https://martinrotter.github.io/donate/</url>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="3.9.0" date="2021-02-22"/>
|
<release version="3.9.0" date="2021-02-23"/>
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.0">
|
<content_rating type="oars-1.0">
|
||||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||||
|
|
|
@ -511,8 +511,8 @@ QMAKE_EXTRA_TARGETS += lupdate
|
||||||
|
|
||||||
# Make sure QM translations are nerated.
|
# Make sure QM translations are nerated.
|
||||||
qtPrepareTool(LRELEASE, lrelease) {
|
qtPrepareTool(LRELEASE, lrelease) {
|
||||||
message($$MSG_PREFIX: Running: \"$$LRELEASE\" -compress $$shell_quote($$shell_path($$PWD/librssguard.pro)))
|
message($$MSG_PREFIX: Running: \"$$LRELEASE\" -compress $$TRANSLATIONS)
|
||||||
system($$LRELEASE -compress $$shell_quote($$shell_path($$PWD/librssguard.pro)))
|
system($$LRELEASE -compress $$TRANSLATIONS)
|
||||||
}
|
}
|
||||||
|
|
||||||
mac {
|
mac {
|
||||||
|
|
Loading…
Add table
Reference in a new issue