aboutsummaryrefslogtreecommitdiff
path: root/translations/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Merge pull request #7697luigi11112021-05-121-1/+1
|\ | | | | | | 881d81c translations: use full path in cmake (selsta)
| * translations: use full path in cmakeselsta2021-04-281-1/+1
| |
* | cmake: set 3.5 as minimum versionselsta2021-04-271-1/+1
|/
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Add lrelease to the dependsTheCharlatan2018-09-101-2/+7
| | | | This includes a minimal qt build without gui
* Translations: handle cross compilingMoroccanMalinois2018-08-211-1/+16
|
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* Merge pull request #3091Riccardo Spagni2018-01-101-8/+15
|\ | | | | | | 64f36300 Check if lrelease is working before trying to use it (Guillaume LE VAILLANT)
| * Check if lrelease is working before trying to use itGuillaume LE VAILLANT2018-01-091-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.
* | Fix translations header generation when cross-compilatingGuillaume LE VAILLANT2018-01-041-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.
* Embed the translation files in the binaryGuillaume LE VAILLANT2017-12-151-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).