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