Skip to content

Commit

Permalink
Fix warning about deprecated unescaped backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Mar 21, 2012
1 parent 2e2c04e commit 100da73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 100da73

Please sign in to comment.