kde-workspace/ksysguard/example/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

9 lines
176 B
CMake

install(
FILES ksysguarddrc
DESTINATION ${KDE4_SYSCONF_INSTALL_DIR}
)
install(
FILES ksysguard.notifyrc
DESTINATION ${KDE4_CONFIG_INSTALL_DIR}/notifications
)