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
master
Philip Kaufmann 2013-04-04 21:52:58 +02:00
parent 8da48cb561
commit ee299c1860
1 changed files with 1 additions and 1 deletions

View File

@ -410,4 +410,4 @@ contains(RELEASE, 1) {
}
}
system($$QMAKE_LRELEASE -silent $$_PRO_FILE_)
system($$QMAKE_LRELEASE -silent $$TRANSLATIONS)