diff options
Diffstat (limited to 'kopete/protocols/yahoo/CMakeLists.txt')
-rw-r--r-- | kopete/protocols/yahoo/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kopete/protocols/yahoo/CMakeLists.txt b/kopete/protocols/yahoo/CMakeLists.txt index 124fc32a..7e542286 100644 --- a/kopete/protocols/yahoo/CMakeLists.txt +++ b/kopete/protocols/yahoo/CMakeLists.txt @@ -34,7 +34,12 @@ link_directories( ##### other data ################################ install( FILES yahooconferenceui.rc yahoochatui.rc DESTINATION ${DATA_INSTALL_DIR}/kopete_yahoo ) -install( FILES kopete_yahoo.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) + +tde_create_translated_desktop( + SOURCE kopete_yahoo.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR kopete-desktops +) ##### kopete_yahoo (module) ##################### |