kde-workspace/konsole/desktop/CMakeLists.txt
Ivailo Monev f47177f876 generic: adjust to KNotification changes
some notification files, such as the style KCM one, were not even used

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-08-25 08:07:58 +03:00

34 lines
610 B
CMake

install(
PROGRAMS konsole.desktop
DESTINATION ${KDE4_XDG_APPS_INSTALL_DIR}
)
install(
FILES terminalemulator.desktop
DESTINATION ${KDE4_SERVICETYPES_INSTALL_DIR}
)
install(
FILES konsolepart.desktop
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
)
install(
FILES
konsolehere.desktop
konsolerun.desktop
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}/ServiceMenus
)
install(
FILES
konsoleui.rc
sessionui.rc
partui.rc
DESTINATION ${KDE4_DATA_INSTALL_DIR}/konsole
)
install(
FILES konsole.notifyrc
DESTINATION ${KDE4_CONFIG_INSTALL_DIR}/notifications
)