kde-workspace/kdirshare/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

13 lines
264 B
CMake

add_definitions(-DKDE_DEFAULT_DEBUG_AREA=1600)
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
)
add_subdirectory(filepropertiesplugin)
add_subdirectory(kded)
install(
FILES kdirshare.notifyrc
DESTINATION ${KDE4_CONFIG_INSTALL_DIR}/notifications
)