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