diff options
Diffstat (limited to 'kdat/CMakeL10n.txt')
-rw-r--r-- | kdat/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kdat/CMakeL10n.txt b/kdat/CMakeL10n.txt index 4b83e24..5cc97b7 100644 --- a/kdat/CMakeL10n.txt +++ b/kdat/CMakeL10n.txt @@ -1,3 +1,9 @@ ##### create translation templates ############## tde_l10n_create_template( "kdat" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kdat.desktop/" + SOURCES kdat.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |