diff options
Diffstat (limited to 'ksysguard/example/CMakeLists.txt')
-rw-r--r-- | ksysguard/example/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ksysguard/example/CMakeLists.txt b/ksysguard/example/CMakeLists.txt index 7cb6e750f..a275dccfc 100644 --- a/ksysguard/example/CMakeLists.txt +++ b/ksysguard/example/CMakeLists.txt @@ -9,5 +9,9 @@ # ################################################# -install( FILES eventsrc DESTINATION ${DATA_INSTALL_DIR}/ksysguard ) +tde_create_translated_desktop( + SOURCE eventsrc + DESTINATION ${DATA_INSTALL_DIR}/ksysguard + PO_DIR ksysguard-eventsrc +) install( FILES ksysguarddrc DESTINATION ${SYSCONF_INSTALL_DIR} ) |