diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-06-21 14:31:05 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-06-21 14:31:05 -0500 |
| commit | df34693d4e04f20b5d6756a5db0f7ab412362485 (patch) | |
| tree | e66a8c2c44448ef827644ceea7d799ab7d124fb3 | |
| parent | edb849fa819ea3a338860f45b8f88e496fc5e37c (diff) | |
| parent | 6267be0413e999e27e68ecfbf3919cc46c072a33 (diff) | |
| download | monzero-gui-df34693d4e04f20b5d6756a5db0f7ab412362485.tar.gz monzero-gui-df34693d4e04f20b5d6756a5db0f7ab412362485.tar.xz monzero-gui-df34693d4e04f20b5d6756a5db0f7ab412362485.zip | |
Merge pull request #2189
6267be0 monero-wallet-gui.pro: add lupdate options no-obsolete and locations none (mmbyday)
| -rw-r--r-- | monero-wallet-gui.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index ca45e4ea..8c4707c1 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -385,7 +385,7 @@ TRANSLATIONS = $$files($$PWD/translations/monero-core_*.ts) CONFIG(release, debug|release) { DESTDIR = release/bin - LANGUPD_OPTIONS = -locations relative -no-ui-lines + LANGUPD_OPTIONS = -locations none -no-ui-lines -no-obsolete LANGREL_OPTIONS = -compress -nounfinished -removeidentical } else { |
