os2 compatibility
This commit is contained in:
parent
1c11012055
commit
a00ae33a00
1 changed files with 5 additions and 4 deletions
|
@ -16,6 +16,9 @@ include(../../pri/defs.pri)
|
||||||
os2 {
|
os2 {
|
||||||
LRELEASE = "lrelease-qt5"
|
LRELEASE = "lrelease-qt5"
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
LRELEASE = "lrelease"
|
||||||
|
}
|
||||||
|
|
||||||
message($$MSG_PREFIX: Shadow copy build directory \"$$OUT_PWD\".)
|
message($$MSG_PREFIX: Shadow copy build directory \"$$OUT_PWD\".)
|
||||||
message($$MSG_PREFIX: $$APP_NAME version is: \"$$APP_VERSION\".)
|
message($$MSG_PREFIX: $$APP_NAME version is: \"$$APP_VERSION\".)
|
||||||
|
@ -514,10 +517,8 @@ 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 nerated.
|
||||||
qtPrepareTool(LRELEASE, lrelease) {
|
message($$MSG_PREFIX: Running: \"$$LRELEASE\" -compress librssguard.pro)
|
||||||
message($$MSG_PREFIX: Running: \"$$LRELEASE\" -compress librssguard.pro)
|
system($$LRELEASE -compress librssguard.pro)
|
||||||
system($$LRELEASE -compress librssguard.pro)
|
|
||||||
}
|
|
||||||
|
|
||||||
mac {
|
mac {
|
||||||
IDENTIFIER = $$APP_REVERSE_NAME
|
IDENTIFIER = $$APP_REVERSE_NAME
|
||||||
|
|
Loading…
Add table
Reference in a new issue