Added support for disabling the loading of translations
Needs ReviewPublic

Authored by habacker on Aug 21 2018, 8:02 AM.

Details

Reviewers
aacid
dfaure
Summary

With this commit ecm_create_qm_loader() creates a specific header file
containing related helper functions if NAMESPACE argument is provided.

Test Plan

compiled and tested with patched kcoreaddons from git repo

Diff Detail

Repository
R240 Extra CMake Modules
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 2060
Build 2078: arc lint + arc unit
habacker created this revision.Aug 21 2018, 8:02 AM
Restricted Application added projects: Frameworks, Build System. · View Herald TranscriptAug 21 2018, 8:02 AM
Restricted Application added subscribers: kde-buildsystem, kde-frameworks-devel. · View Herald Transcript
habacker requested review of this revision.Aug 21 2018, 8:02 AM

I personally don't think this is the way to go and as said many times think that loading a custom translation for tests like ki18n way does is the way to go.

Your issue with that seems to be that it won't work on windows, well then i'd say skip the test on windows until Qt gets better at it.

But if someone else approves i'm not going to block on it.