Fix warning about deprecated unescaped backslash
This commit is contained in:
parent
2e2c04e250
commit
100da73677
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ CODECFORTR = UTF-8
|
|||
TRANSLATIONS = $$files(src/qt/locale/bitcoin_*.ts)
|
||||
|
||||
isEmpty(QMAKE_LRELEASE) {
|
||||
win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe
|
||||
win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\\lrelease.exe
|
||||
else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease
|
||||
}
|
||||
isEmpty(TS_DIR):TS_DIR = src/qt/locale
|
||||
|
|
Loading…
Reference in a new issue