aboutsummaryrefslogtreecommitdiff
path: root/translations/CMakeLists.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-09-10Add lrelease to the dependsTheCharlatan1-2/+7
This includes a minimal qt build without gui
2018-08-21Translations: handle cross compilingMoroccanMalinois1-1/+16
2018-01-26Readd copyright starting datexmr-eric1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-10Merge pull request #3091Riccardo Spagni1-8/+15
64f36300 Check if lrelease is working before trying to use it (Guillaume LE VAILLANT)
2018-01-09Check if lrelease is working before trying to use itGuillaume LE VAILLANT1-8/+15
On some systems, there is a /usr/bin/lrelease wrapper even if the real lrelease program is not installed. So let's try to execute lrelease after it has been found by find_program to see if it is really working.
2018-01-04Fix translations header generation when cross-compilatingGuillaume LE VAILLANT1-0/+2
Define generate_translations_header as an external project to be able to use the compilation toolchain for the host instead of the toolchain for the target.
2017-12-15Embed the translation files in the binaryGuillaume LE VAILLANT1-0/+54
If a translation file exists in a "translations" directory located in the same directory as the binary, it is used in priority (this can be useful when working on translations as you don't have to recompile the whole program all the time), and if no such file is found the embedded translation file is used (if it exists).