diff options
author | Slávek Banko <[email protected]> | 2020-07-08 01:19:10 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-08 01:19:44 +0200 |
commit | d85138e2f298203078304d2e57d8ee66a6b3e377 (patch) | |
tree | 2b718dba79531e77cb6b0d9f62e820370dfae55d /tdefile-plugins/theora/CMakeLists.txt | |
parent | a0b27c9ebcdb566823f816fca011e117949a9ad9 (diff) | |
download | tdemultimedia-d85138e2f298203078304d2e57d8ee66a6b3e377.tar.gz tdemultimedia-d85138e2f298203078304d2e57d8ee66a6b3e377.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 57d55cfe629741a0c7b4f5d83792ae8546a17cde)
Diffstat (limited to 'tdefile-plugins/theora/CMakeLists.txt')
-rw-r--r-- | tdefile-plugins/theora/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/theora/CMakeLists.txt b/tdefile-plugins/theora/CMakeLists.txt index f1333110..2381a460 100644 --- a/tdefile-plugins/theora/CMakeLists.txt +++ b/tdefile-plugins/theora/CMakeLists.txt @@ -40,5 +40,5 @@ tde_add_kpart( tdefile_theora AUTOMOC tde_create_translated_desktop( SOURCE tdefile_theora.desktop DESTINATION ${SERVICES_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdefile-desktops + PO_DIR tdefile-desktops ) |