summaryrefslogtreecommitdiffstats
path: root/kghostview
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-08 01:20:52 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-08 01:20:52 +0200
commit2a2437b3022a990bc9cded4d07c56a0d093b2a0c (patch)
treed00dc0c66bbaf157634036e8827011d2eb8ffd4b /kghostview
parent4421872bb29f158a742d84d0c5b06106763427f1 (diff)
downloadtdegraphics-2a2437b3022a990bc9cded4d07c56a0d093b2a0c.tar.gz
tdegraphics-2a2437b3022a990bc9cded4d07c56a0d093b2a0c.zip
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kghostview')
-rw-r--r--kghostview/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/kghostview/CMakeLists.txt b/kghostview/CMakeLists.txt
index cc2debfa..11e30d20 100644
--- a/kghostview/CMakeLists.txt
+++ b/kghostview/CMakeLists.txt
@@ -31,13 +31,13 @@ tde_install_icons( kghostview )
tde_create_translated_desktop(
SOURCE kghostview.desktop
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kghostview-desktops
+ PO_DIR kghostview-desktops
)
tde_create_translated_desktop(
SOURCE kghostview_part.desktop
DESTINATION ${SERVICES_INSTALL_DIR}
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kghostview-desktops
+ PO_DIR kghostview-desktops
)
install( FILES kgv_part.rc kghostviewui.rc DESTINATION ${DATA_INSTALL_DIR}/kghostview )