aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/QtCreatorTranslations.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMake Build: Ensure valid destinations for generated filesKnud Dollereder2020-07-011-0/+2
| | | | | | | | | | - Make the build system aware that empty_pch.c/.cpp are generated files to prevent invalid access from _add_pch_target. - Force the creation of the translation output directory before copying qm files into it. Change-Id: Iaff5e5ebdbfec7e89a47d277d95f9dec760a5b6b Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* CMake build: Make translation function available to external pluginsEike Ziller2020-05-051-0/+167
And fix that the "ts_all" target did not get the custom target prefix. Change-Id: Iff6a5e328456f3d949c31f2e41b48c400fad773c Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>