summaryrefslogtreecommitdiffstats
path: root/kview/config
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-07-08 01:20:52 +0200
committerSlávek Banko <[email protected]>2020-07-08 01:21:07 +0200
commit21fd56c7072548ecf1487c244006157c7af67a32 (patch)
treedf7af1f8a853e1862ecdb66cc5698270fdb6071a /kview/config
parent08a668ab207d7a0da16e730f34825baa5a78fa57 (diff)
downloadtdegraphics-21fd56c7072548ecf1487c244006157c7af67a32.tar.gz
tdegraphics-21fd56c7072548ecf1487c244006157c7af67a32.zip
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 2a2437b3022a990bc9cded4d07c56a0d093b2a0c)
Diffstat (limited to 'kview/config')
-rw-r--r--kview/config/CMakeLists.txt2
-rw-r--r--kview/config/plugins/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/kview/config/CMakeLists.txt b/kview/config/CMakeLists.txt
index 6485b86e..5fc252ea 100644
--- a/kview/config/CMakeLists.txt
+++ b/kview/config/CMakeLists.txt
@@ -27,7 +27,7 @@ link_directories(
tde_create_translated_desktop(
SOURCE kviewgeneralconfig.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kview-desktops
+ PO_DIR kview-desktops
)
install( FILES kview.setdlg DESTINATION ${DATA_INSTALL_DIR}/kview )
diff --git a/kview/config/plugins/CMakeLists.txt b/kview/config/plugins/CMakeLists.txt
index 0e2143ea..9cbbb47a 100644
--- a/kview/config/plugins/CMakeLists.txt
+++ b/kview/config/plugins/CMakeLists.txt
@@ -25,7 +25,7 @@ link_directories(
tde_create_translated_desktop(
SOURCE kviewpluginsconfig.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kview-desktops
+ PO_DIR kview-desktops
)