diff options
Diffstat (limited to 'kfaxview/CMakeL10n.txt')
-rw-r--r-- | kfaxview/CMakeL10n.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kfaxview/CMakeL10n.txt b/kfaxview/CMakeL10n.txt index 82cdf01f..727ad8e2 100644 --- a/kfaxview/CMakeL10n.txt +++ b/kfaxview/CMakeL10n.txt @@ -6,3 +6,9 @@ tde_l10n_create_template( ) tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/kfaxview-desktops/" + SOURCES *.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |