diff options
author | Slávek Banko <[email protected]> | 2020-07-08 01:20:52 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-08 01:20:52 +0200 |
commit | 2a2437b3022a990bc9cded4d07c56a0d093b2a0c (patch) | |
tree | d00dc0c66bbaf157634036e8827011d2eb8ffd4b /tdefile-plugins/ps | |
parent | 4421872bb29f158a742d84d0c5b06106763427f1 (diff) | |
download | tdegraphics-2a2437b3022a990bc9cded4d07c56a0d093b2a0c.tar.gz tdegraphics-2a2437b3022a990bc9cded4d07c56a0d093b2a0c.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'tdefile-plugins/ps')
-rw-r--r-- | tdefile-plugins/ps/CMakeLists.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/tdefile-plugins/ps/CMakeLists.txt b/tdefile-plugins/ps/CMakeLists.txt index 4be74072..8706f44a 100644 --- a/tdefile-plugins/ps/CMakeLists.txt +++ b/tdefile-plugins/ps/CMakeLists.txt @@ -25,13 +25,11 @@ link_directories( #### other data ################################# -foreach( _desktop tdefile_ps.desktop gsthumbnail.desktop ) - tde_create_translated_desktop( - SOURCE ${_desktop} - DESTINATION ${SERVICES_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdefile-desktops - ) -endforeach() +tde_create_translated_desktop( + SOURCE tdefile_ps.desktop gsthumbnail.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdefile-desktops +) #### tdefile_ps (module) ######################## |