From 569a752784d81b6a000cc3e58d2c97e43494c41f 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 (cherry picked from commit 2fa177c5d6d5801a5a13ff21bf5c3e6757874e03) --- kregexpeditor/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kregexpeditor') diff --git a/kregexpeditor/CMakeLists.txt b/kregexpeditor/CMakeLists.txt index 358ca6a..6a6fe75 100644 --- a/kregexpeditor/CMakeLists.txt +++ b/kregexpeditor/CMakeLists.txt @@ -102,11 +102,11 @@ tde_install_icons( ) tde_create_translated_desktop( SOURCE kregexpeditor.desktop - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kregexpeditor-desktops + PO_DIR kregexpeditor-desktops ) tde_create_translated_desktop( SOURCE kregexpeditorgui.desktop DESTINATION ${SERVICES_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kregexpeditor-desktops + PO_DIR kregexpeditor-desktops ) -- cgit v1.2.1