diff options
Diffstat (limited to 'kopete/CMakeL10n.txt')
-rw-r--r-- | kopete/CMakeL10n.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kopete/CMakeL10n.txt b/kopete/CMakeL10n.txt index fc613c39..98a7c3d0 100644 --- a/kopete/CMakeL10n.txt +++ b/kopete/CMakeL10n.txt @@ -27,3 +27,15 @@ tde_l10n_create_template( ) tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG "desktop_files/kopete-desktops/" + SOURCES *.desktop *.protocol + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) + +tde_l10n_create_template( + CATALOG "desktop_files/kopete-eventsrc/" + SOURCES kopete/eventsrc + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |