From 2fa177c5d6d5801a5a13ff21bf5c3e6757874e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 9 Jul 2020 03:24:40 +0200 Subject: Simplify CMake rules for desktop file translations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- khexedit/parts/kpart/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khexedit/parts/kpart') 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 -- cgit v1.2.1