diff options
Diffstat (limited to 'kttsd/CMakeL10n.txt')
-rw-r--r-- | kttsd/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kttsd/CMakeL10n.txt b/kttsd/CMakeL10n.txt index 54d662b..ebcbea7 100644 --- a/kttsd/CMakeL10n.txt +++ b/kttsd/CMakeL10n.txt @@ -15,3 +15,9 @@ tde_l10n_create_template( "." "plugins/festivalint/voices.tde_l10n" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kttsd-desktops/" + SOURCES *.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |