diff options
Diffstat (limited to 'kcontrol/info/CMakeLists.txt')
-rw-r--r-- | kcontrol/info/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kcontrol/info/CMakeLists.txt b/kcontrol/info/CMakeLists.txt index 58f941e13..dbedbfe4d 100644 --- a/kcontrol/info/CMakeLists.txt +++ b/kcontrol/info/CMakeLists.txt @@ -28,13 +28,15 @@ endif( WITH_OPENGL ) ##### other data ################################ -install( FILES +tde_create_translated_desktop( + SOURCE memory.desktop processor.desktop dma.desktop interrupts.desktop ioports.desktop pci.desktop sound.desktop devices.desktop scsi.desktop partitions.desktop xserver.desktop cdinfo.desktop ${OPENGL_DESKTOP} - DESTINATION ${XDG_APPS_INSTALL_DIR} ) + PO_DIR kcontrol-desktops +) ##### kcm_info (module) ######################### |