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