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
This commit is contained in:
parent
8da48cb561
commit
ee299c1860
1 changed files with 1 additions and 1 deletions
|
@ -410,4 +410,4 @@ contains(RELEASE, 1) {
|
|||
}
|
||||
}
|
||||
|
||||
system($$QMAKE_LRELEASE -silent $$_PRO_FILE_)
|
||||
system($$QMAKE_LRELEASE -silent $$TRANSLATIONS)
|
||||
|
|
Loading…
Reference in a new issue