diff options
Diffstat (limited to 'kappfinder/CMakeL10n.txt')
-rw-r--r-- | kappfinder/CMakeL10n.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kappfinder/CMakeL10n.txt b/kappfinder/CMakeL10n.txt index df4713d07..d26a4e564 100644 --- a/kappfinder/CMakeL10n.txt +++ b/kappfinder/CMakeL10n.txt @@ -1,3 +1,11 @@ ##### create translation templates ############## tde_l10n_create_template( "kappfinder" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kappfinder.desktop/" + SOURCES kappfinder.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) + +tde_l10n_auto_add_subdirectories() |