diff options
Diffstat (limited to 'kimagemapeditor/CMakeLists.txt')
-rw-r--r-- | kimagemapeditor/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kimagemapeditor/CMakeLists.txt b/kimagemapeditor/CMakeLists.txt index 442c8ed8..02b95004 100644 --- a/kimagemapeditor/CMakeLists.txt +++ b/kimagemapeditor/CMakeLists.txt @@ -78,9 +78,13 @@ install( DESTINATION ${DATA_INSTALL_DIR}/kimagemapeditor ) -tde_create_translated_desktop( kimagemapeditor.desktop ) +tde_create_translated_desktop( + SOURCE kimagemapeditor.desktop + PO_DIR kimagemapeditor-desktops +) tde_create_translated_desktop( SOURCE kimagemapeditorpart.desktop DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR kimagemapeditor-desktops ) |