diff options
Diffstat (limited to 'twin/kcmtwin/CMakeLists.txt')
-rw-r--r-- | twin/kcmtwin/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/twin/kcmtwin/CMakeLists.txt b/twin/kcmtwin/CMakeLists.txt index e0ca44195..a19151ba2 100644 --- a/twin/kcmtwin/CMakeLists.txt +++ b/twin/kcmtwin/CMakeLists.txt @@ -13,4 +13,7 @@ add_subdirectory( twinoptions ) add_subdirectory( twindecoration ) add_subdirectory( twinrules ) -install( FILES showdesktop.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE showdesktop.desktop + PO_DIR twin-desktops +) |