diff options
author | Slávek Banko <[email protected]> | 2020-07-10 03:16:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-10 03:16:42 +0200 |
commit | f01c1d9f60b0d6907482250b449361d4ff94e5c3 (patch) | |
tree | 0e073fe5071623f329320c0ef680f3b8507c39e4 /fileplugin/CMakeLists.txt | |
parent | c7f8b08b5cff4a386fe2717936659d225aa68719 (diff) | |
download | kbarcode-f01c1d9f60b0d6907482250b449361d4ff94e5c3.tar.gz kbarcode-f01c1d9f60b0d6907482250b449361d4ff94e5c3.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit bf6e319e3d75269c9155d4f97401e4e9553880d4)
Diffstat (limited to 'fileplugin/CMakeLists.txt')
-rw-r--r-- | fileplugin/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fileplugin/CMakeLists.txt b/fileplugin/CMakeLists.txt index 1bf79a9..bd9debe 100644 --- a/fileplugin/CMakeLists.txt +++ b/fileplugin/CMakeLists.txt @@ -31,5 +31,4 @@ tde_add_kpart( tdefile_kbarcode AUTOMOC tde_create_translated_desktop( SOURCE tdefile_kbarcode.desktop DESTINATION ${SERVICES_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files ) |