summaryrefslogtreecommitdiffstats
path: root/tdemid
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 /tdemid
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 'tdemid')
-rw-r--r--tdemid/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdemid/CMakeLists.txt b/tdemid/CMakeLists.txt
index fd9f5989..134a1992 100644
--- a/tdemid/CMakeLists.txt
+++ b/tdemid/CMakeLists.txt
@@ -86,13 +86,13 @@ add_custom_target( instrname.i18n
tde_create_translated_desktop(
SOURCE tdemid.desktop
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdemid-desktops
+ PO_DIR tdemid-desktops
)
tde_create_translated_desktop(
SOURCE x-karaoke.desktop
DESTINATION ${MIME_INSTALL_DIR}/audio
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdemid-desktops
+ PO_DIR tdemid-desktops
)
install( FILES tdemidui.rc DESTINATION ${DATA_INSTALL_DIR}/tdemid )