diff options
author | Slávek Banko <[email protected]> | 2020-10-04 00:40:50 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-10-04 00:43:25 +0200 |
commit | 896cbe60319903891ecec05ff589defa839888b0 (patch) | |
tree | 45bec3b2a9313e5ba3ef92d27c2b40195a4dd8b3 /style/CMakeLists.txt | |
parent | 82e80513f7851d3c01cd26fc1fb1e1256915cc56 (diff) | |
download | tde-style-lipstik-896cbe60319903891ecec05ff589defa839888b0.tar.gz tde-style-lipstik-896cbe60319903891ecec05ff589defa839888b0.zip |
Added translation of desktop style files.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 9218fe115995dd828d5a47ad9410979880adadf8)
Diffstat (limited to 'style/CMakeLists.txt')
-rw-r--r-- | style/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/style/CMakeLists.txt b/style/CMakeLists.txt index b08e7e6..f85e0ee 100644 --- a/style/CMakeLists.txt +++ b/style/CMakeLists.txt @@ -30,13 +30,13 @@ tde_add_kpart( lipstik AUTOMOC ##### other data -install( - FILES lipstik.themerc +tde_create_translated_desktop( + SOURCE lipstik.themerc DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes ) -install( - FILES +tde_create_translated_desktop( + SOURCE lipstikstandard.kcsrc lipstikwhite.kcsrc lipstiknoble.kcsrc |