From ee299c18602d969fbe4da884c75468575c01c71a Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Thu, 4 Apr 2013 21:52:58 +0200 Subject: Bitcoin-Qt: use $$TRANSLATIONS in bitcoin-qt.pro - instead of parsing the project file by using $$_PRO_FILE_ just use $$TRANSLATIONS, which contains a list of all needed files, to build our *.qm translation files --- bitcoin-qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitcoin-qt.pro') 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) -- cgit v1.2.3