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)
lbeltrame |
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)
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |