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:
mmbyday 2019-05-31 22:58:56 -07:00
parent a5a90c7ed8
commit 6267be0413

View file

@ -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 {