diff options
Diffstat (limited to 'scheck/CMakeLists.txt')
| -rw-r--r-- | scheck/CMakeLists.txt | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/scheck/CMakeLists.txt b/scheck/CMakeLists.txt index c4238ead..2f1b019e 100644 --- a/scheck/CMakeLists.txt +++ b/scheck/CMakeLists.txt @@ -22,7 +22,10 @@ link_directories(  ##### other data ################################ -install( FILES scheck.themerc DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes ) +tde_create_translated_desktop( +  SOURCE scheck.themerc +  DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes +)  ##### scheck (module) ############################  | 
