From: Wladimir J. van der Laan Date: Wed, 21 Mar 2012 21:29:33 +0000 (+0100) Subject: Fix warning about deprecated unescaped backslash X-Git-Tag: v0.4.0-unstable~129^2~1^2~18^2~10^2~11^2~2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=1941765ae25d7223cdd4c44deb7474ae75dc48dc Fix warning about deprecated unescaped backslash --- diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index ad6fb00..2b6fc57 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -204,7 +204,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