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~137^2~1 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=100da7367767e7fa360f48f07b7a20e9374fda84 Fix warning about deprecated unescaped backslash --- diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index 9fb92af..18d30c8 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -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