diff options
Diffstat (limited to 'twin/CMakeLists.txt')
-rw-r--r-- | twin/CMakeLists.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/twin/CMakeLists.txt b/twin/CMakeLists.txt index 7b4badc6c..33a2302e4 100644 --- a/twin/CMakeLists.txt +++ b/twin/CMakeLists.txt @@ -43,7 +43,13 @@ install( FILES KWinInterface.h DESTINATION ${INCLUDE_INSTALL_DIR} ) ##### other data ################################ tde_install_icons( twin ) -install( FILES eventsrc DESTINATION ${DATA_INSTALL_DIR}/twin ) + +tde_create_translated_desktop( + SOURCE eventsrc + DESTINATION ${DATA_INSTALL_DIR}/twin + PO_DIR twin-eventsrc +) + install( FILES twin.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) |