diff options
Diffstat (limited to 'kopete/protocols/oscar/aim/CMakeLists.txt')
-rw-r--r-- | kopete/protocols/oscar/aim/CMakeLists.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/kopete/protocols/oscar/aim/CMakeLists.txt b/kopete/protocols/oscar/aim/CMakeLists.txt index 75230df3..2c055bb8 100644 --- a/kopete/protocols/oscar/aim/CMakeLists.txt +++ b/kopete/protocols/oscar/aim/CMakeLists.txt @@ -30,9 +30,11 @@ link_directories( ##### other data ################################ -install( FILES - kopete_aim.desktop aim.protocol - DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE kopete_aim.desktop aim.protocol + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR kopete-desktops +) ##### kopete_aim (module) ####################### |