Fix compilation of Python bindings
ClosedPublic

Authored by aacid on May 26 2017, 9:20 PM.

Details

Summary

We only need to pass TRANSLATION_DOMAIN when compiling the C++ code since it's the only part that contains i18n() calls.

Reason: The klocalizedstring code fails to compile if that is defined (see how klocalizedstring.cpp undefines it)

Diff Detail

Repository
R249 KI18n
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
aacid created this revision.May 26 2017, 9:20 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptMay 26 2017, 9:20 PM
Restricted Application added a subscriber: Frameworks. · View Herald Transcript

I'll try to test and report back.

lbeltrame accepted this revision.May 27 2017, 7:20 AM
This revision is now accepted and ready to land.May 27 2017, 7:20 AM
This revision was automatically updated to reflect the committed changes.