diff options
Diffstat (limited to 'khelpcenter/htmlsearch/CMakeL10n.txt')
-rw-r--r-- | khelpcenter/htmlsearch/CMakeL10n.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/khelpcenter/htmlsearch/CMakeL10n.txt b/khelpcenter/htmlsearch/CMakeL10n.txt new file mode 100644 index 000000000..dfddbc7de --- /dev/null +++ b/khelpcenter/htmlsearch/CMakeL10n.txt @@ -0,0 +1,17 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "htmlsearch" + SOURCES + index.cpp + htmlsearch.cpp + progressdialog.cpp +) + +tde_l10n_create_template( + CATALOG "kcmhtmlsearch" + SOURCES + kcmhtmlsearch.cpp + klangcombo.cpp + ktagcombobox.cpp +) |