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