mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
monero-wallet-gui.pro: add lupdate options no-obsolete and locations none
Co-authored-by: selsta <selsta@sent.at> Co-authored-by: erciccione <erciccione@users.noreply.github.com>
This commit is contained in:
parent
a5a90c7ed8
commit
6267be0413
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ TRANSLATIONS = $$files($$PWD/translations/monero-core_*.ts)
|
||||||
|
|
||||||
CONFIG(release, debug|release) {
|
CONFIG(release, debug|release) {
|
||||||
DESTDIR = release/bin
|
DESTDIR = release/bin
|
||||||
LANGUPD_OPTIONS = -locations relative -no-ui-lines
|
LANGUPD_OPTIONS = -locations none -no-ui-lines -no-obsolete
|
||||||
LANGREL_OPTIONS = -compress -nounfinished -removeidentical
|
LANGREL_OPTIONS = -compress -nounfinished -removeidentical
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue