summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/au/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-08 01:19:10 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-08 01:19:44 +0200
commitd85138e2f298203078304d2e57d8ee66a6b3e377 (patch)
tree2b718dba79531e77cb6b0d9f62e820370dfae55d /tdefile-plugins/au/CMakeLists.txt
parenta0b27c9ebcdb566823f816fca011e117949a9ad9 (diff)
downloadtdemultimedia-d85138e2f298203078304d2e57d8ee66a6b3e377.tar.gz
tdemultimedia-d85138e2f298203078304d2e57d8ee66a6b3e377.zip
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 57d55cfe629741a0c7b4f5d83792ae8546a17cde)
Diffstat (limited to 'tdefile-plugins/au/CMakeLists.txt')
-rw-r--r--tdefile-plugins/au/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/au/CMakeLists.txt b/tdefile-plugins/au/CMakeLists.txt
index f90f878e..8d6f3672 100644
--- a/tdefile-plugins/au/CMakeLists.txt
+++ b/tdefile-plugins/au/CMakeLists.txt
@@ -38,5 +38,5 @@ tde_add_kpart( tdefile_au AUTOMOC
tde_create_translated_desktop(
SOURCE tdefile_au.desktop
DESTINATION ${SERVICES_INSTALL_DIR}
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdefile-desktops
+ PO_DIR tdefile-desktops
)