diff options
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index bc73da47d..4194724ea 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -51,6 +51,14 @@ execute_process( ##### create translation templates ############## tde_l10n_create_template( + CATALOG "tde" + SOURCES "common_texts.cpp" + EXCLUDES "_translatorinfo" + X-POT - + DESTINATION "." +) + +tde_l10n_create_template( CATALOG "tdelibs" SOURCES "." @@ -79,6 +87,7 @@ tde_l10n_create_template( tr tr:1,2 translate translate:1,2 QT_TRANSLATE_NOOP QT_TRANSLATE_NOOP:1,2 + X-POT "-" ) |