diff options
Diffstat (limited to 'khelpcenter/plugins/Scrollkeeper/CMakeLists.txt')
-rw-r--r-- | khelpcenter/plugins/Scrollkeeper/CMakeLists.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/khelpcenter/plugins/Scrollkeeper/CMakeLists.txt b/khelpcenter/plugins/Scrollkeeper/CMakeLists.txt index fe2acd80f..16ae52e8d 100644 --- a/khelpcenter/plugins/Scrollkeeper/CMakeLists.txt +++ b/khelpcenter/plugins/Scrollkeeper/CMakeLists.txt @@ -9,6 +9,9 @@ # ################################################# -install( FILES +tde_create_translate_desktop( + SOURCE .directory scrollkeeper.desktop - DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins/Scrollkeeper ) + DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins/Scrollkeeper + PO_DIR khelpcenter-desktops +) |