diff options
Diffstat (limited to 'korganizer/plugins/datenums/CMakeLists.txt')
-rw-r--r-- | korganizer/plugins/datenums/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/korganizer/plugins/datenums/CMakeLists.txt b/korganizer/plugins/datenums/CMakeLists.txt index c52d4c042..1ae3e8c11 100644 --- a/korganizer/plugins/datenums/CMakeLists.txt +++ b/korganizer/plugins/datenums/CMakeLists.txt @@ -25,7 +25,11 @@ link_directories( ##### other data ################################ -install( FILES datenums.desktop DESTINATION ${SERVICES_INSTALL_DIR}/korganizer ) +tde_create_translated_desktop( + SOURCE datenums.desktop + DESTINATION ${SERVICES_INSTALL_DIR}/korganizer + PO_DIR korganizer-desktops +) ##### libkorg_datenums (module) ################# |