diff options
author | Slávek Banko <[email protected]> | 2020-07-09 03:24:40 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-09 03:24:40 +0200 |
commit | 2fa177c5d6d5801a5a13ff21bf5c3e6757874e03 (patch) | |
tree | b1f89091a3c7d4ead83f215596c7e2382c3af2c3 /kmilo/thinkpad | |
parent | 6afcd26d9e618e16f646bfefd33e30aa3c653798 (diff) | |
download | tdeutils-2fa177c5d6d5801a5a13ff21bf5c3e6757874e03.tar.gz tdeutils-2fa177c5d6d5801a5a13ff21bf5c3e6757874e03.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kmilo/thinkpad')
-rw-r--r-- | kmilo/thinkpad/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kmilo/thinkpad/kcmthinkpad/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kmilo/thinkpad/CMakeLists.txt b/kmilo/thinkpad/CMakeLists.txt index 95c5927..148d03b 100644 --- a/kmilo/thinkpad/CMakeLists.txt +++ b/kmilo/thinkpad/CMakeLists.txt @@ -40,5 +40,5 @@ tde_add_kpart( kmilo_thinkpad AUTOMOC tde_create_translated_desktop( SOURCE kmilo_thinkpad.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kmilo - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kmilo-desktops + PO_DIR kmilo-desktops ) diff --git a/kmilo/thinkpad/kcmthinkpad/CMakeLists.txt b/kmilo/thinkpad/kcmthinkpad/CMakeLists.txt index c3568f2..d550a6c 100644 --- a/kmilo/thinkpad/kcmthinkpad/CMakeLists.txt +++ b/kmilo/thinkpad/kcmthinkpad/CMakeLists.txt @@ -39,5 +39,5 @@ tde_add_kpart( kcm_thinkpad AUTOMOC tde_create_translated_desktop( SOURCE thinkpad.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kmilo-desktops + PO_DIR kmilo-desktops ) |