diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-04-06 01:45:07 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-04-06 01:45:07 -0700 |
| commit | ab806a69a23c47e75821aa8a1fcd8d7f9e32999e (patch) | |
| tree | 8ca1834b10f85156130ef54e31f0a0f476caa0ad | |
| parent | Merge pull request #2456 from Diapolo/code-layout (diff) | |
| parent | Bitcoin-Qt: use $$TRANSLATIONS in bitcoin-qt.pro (diff) | |
| download | discoin-ab806a69a23c47e75821aa8a1fcd8d7f9e32999e.tar.xz discoin-ab806a69a23c47e75821aa8a1fcd8d7f9e32999e.zip | |
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 ac0904a73..ae912e59e 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) |