diff options
Diffstat (limited to 'kicker-applets/kbinaryclock/CMakeLists.txt')
-rw-r--r-- | kicker-applets/kbinaryclock/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kicker-applets/kbinaryclock/CMakeLists.txt b/kicker-applets/kbinaryclock/CMakeLists.txt index 0f2172e..b5833cc 100644 --- a/kicker-applets/kbinaryclock/CMakeLists.txt +++ b/kicker-applets/kbinaryclock/CMakeLists.txt @@ -24,8 +24,10 @@ tde_add_kpart( kbinaryclock_panelapplet AUTOMOC ##### other data ################################ -install( FILES kbinaryclock.desktop +tde_create_translated_desktop( + SOURCE kbinaryclock.desktop DESTINATION ${DATA_INSTALL_DIR}/kicker/applets + PO_DIR kicker-applets-desktops ) install( FILES kbinaryclock.kcfg |