diff options
Diffstat (limited to 'khexedit/parts')
-rw-r--r-- | khexedit/parts/kbytesedit/CMakeLists.txt | 2 | ||||
-rw-r--r-- | khexedit/parts/kpart/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/parts/kbytesedit/CMakeLists.txt b/khexedit/parts/kbytesedit/CMakeLists.txt index 82ef357..fcc5b61 100644 --- a/khexedit/parts/kbytesedit/CMakeLists.txt +++ b/khexedit/parts/kbytesedit/CMakeLists.txt @@ -38,5 +38,5 @@ tde_add_kpart( libkbyteseditwidget AUTOMOC tde_create_translated_desktop( SOURCE kbyteseditwidget.desktop DESTINATION ${SERVICES_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/khexdedit-desktops + PO_DIR khexdedit-desktops ) diff --git a/khexedit/parts/kpart/CMakeLists.txt b/khexedit/parts/kpart/CMakeLists.txt index 11217e4..e82a98d 100644 --- a/khexedit/parts/kpart/CMakeLists.txt +++ b/khexedit/parts/kpart/CMakeLists.txt @@ -39,7 +39,7 @@ tde_add_kpart( libkhexedit2part AUTOMOC tde_create_translated_desktop( SOURCE khexedit2part.desktop DESTINATION ${SERVICES_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/khexedit-desktops + PO_DIR khexedit-desktops ) install( FILES khexedit2partui.rc |