From 2a2437b3022a990bc9cded4d07c56a0d093b2a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 8 Jul 2020 01:20:52 +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 --- kview/modules/browser/CMakeLists.txt | 2 +- kview/modules/effects/CMakeLists.txt | 2 +- kview/modules/presenter/CMakeLists.txt | 2 +- kview/modules/presenter/config/CMakeLists.txt | 2 +- kview/modules/scanner/CMakeLists.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kview/modules') diff --git a/kview/modules/browser/CMakeLists.txt b/kview/modules/browser/CMakeLists.txt index b1b26f6c..933a2523 100644 --- a/kview/modules/browser/CMakeLists.txt +++ b/kview/modules/browser/CMakeLists.txt @@ -26,7 +26,7 @@ link_directories( tde_create_translated_desktop( SOURCE kviewbrowser.desktop DESTINATION ${DATA_INSTALL_DIR}/kviewviewer/kpartplugins - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kview-desktops + PO_DIR kview-desktops ) install( diff --git a/kview/modules/effects/CMakeLists.txt b/kview/modules/effects/CMakeLists.txt index cf80fe5b..bf905f66 100644 --- a/kview/modules/effects/CMakeLists.txt +++ b/kview/modules/effects/CMakeLists.txt @@ -26,7 +26,7 @@ link_directories( tde_create_translated_desktop( SOURCE kvieweffects.desktop DESTINATION ${DATA_INSTALL_DIR}/kview/kpartplugins - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kview-desktops + PO_DIR kview-desktops ) install( diff --git a/kview/modules/presenter/CMakeLists.txt b/kview/modules/presenter/CMakeLists.txt index afe5de2e..c50266af 100644 --- a/kview/modules/presenter/CMakeLists.txt +++ b/kview/modules/presenter/CMakeLists.txt @@ -29,7 +29,7 @@ link_directories( tde_create_translated_desktop( SOURCE kviewpresenter.desktop DESTINATION ${DATA_INSTALL_DIR}/kview/kpartplugins - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kview-desktops + PO_DIR kview-desktops ) install( diff --git a/kview/modules/presenter/config/CMakeLists.txt b/kview/modules/presenter/config/CMakeLists.txt index 97ede844..3432b3ed 100644 --- a/kview/modules/presenter/config/CMakeLists.txt +++ b/kview/modules/presenter/config/CMakeLists.txt @@ -25,7 +25,7 @@ link_directories( tde_create_translated_desktop( SOURCE kviewpresenterconfig.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kview-desktops + PO_DIR kview-desktops ) diff --git a/kview/modules/scanner/CMakeLists.txt b/kview/modules/scanner/CMakeLists.txt index bbe5eb73..c7db3a61 100644 --- a/kview/modules/scanner/CMakeLists.txt +++ b/kview/modules/scanner/CMakeLists.txt @@ -26,7 +26,7 @@ link_directories( tde_create_translated_desktop( SOURCE kviewscanner.desktop DESTINATION ${DATA_INSTALL_DIR}/kview/kpartplugins - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kview-desktops + PO_DIR kview-desktops ) install( -- cgit v1.2.1