diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-09 03:40:42 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-09 03:40:54 +0200 |
commit | bcbe4700e9612098ea94ac40ac95e23769ba5e10 (patch) | |
tree | 8fb8536f5bb8f5c955f774b26a187fbef0762359 /kworldclock | |
parent | eeadc3f5cae5e5f0ae2b618b0521179fe2a37cd8 (diff) | |
download | tdeartwork-bcbe4700e9612098ea94ac40ac95e23769ba5e10.tar.gz tdeartwork-bcbe4700e9612098ea94ac40ac95e23769ba5e10.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1e91884c7c3990f5d5e7dafb028e558a4852568c)
Diffstat (limited to 'kworldclock')
-rw-r--r-- | kworldclock/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kworldclock/CMakeLists.txt b/kworldclock/CMakeLists.txt index 2f359034..624bb13b 100644 --- a/kworldclock/CMakeLists.txt +++ b/kworldclock/CMakeLists.txt @@ -29,7 +29,7 @@ foreach( _theme IN LISTS _themes ) tde_create_translated_desktop( SOURCE ${_theme}/${_theme}.desktop DESTINATION "${DATA_INSTALL_DIR}/kworldclock/maps/${_theme}" - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kworldclock-themes + PO_DIR kworldclock-themes ) endif() endforeach() |