Browse Source

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
0.8
Philip Kaufmann 12 years ago
parent
commit
ee299c1860
  1. 2
      bitcoin-qt.pro

2
bitcoin-qt.pro

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

Loading…
Cancel
Save