diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-04-06 01:45:07 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-04-06 01:45:07 -0700 |
commit | ab806a69a23c47e75821aa8a1fcd8d7f9e32999e (patch) | |
tree | 8ca1834b10f85156130ef54e31f0a0f476caa0ad | |
parent | 484af4e2d164fc8acef60d09a19d51170e57fe8d (diff) | |
parent | ee299c18602d969fbe4da884c75468575c01c71a (diff) |
Merge pull request #2459 from Diapolo/pro-file
Bitcoin-Qt: use $$TRANSLATIONS in bitcoin-qt.pro
-rw-r--r-- | bitcoin-qt.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index ac0904a734..ae912e59e4 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -410,4 +410,4 @@ contains(RELEASE, 1) { } } -system($$QMAKE_LRELEASE -silent $$_PRO_FILE_) +system($$QMAKE_LRELEASE -silent $$TRANSLATIONS) |