summaryrefslogtreecommitdiffstats
path: root/framework/notifications/CMakeLists.txt
blob: ec2f52c2bc7393d52e4882dec9e2ce2a57edc6a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(SRCS
    notificationplugin.cpp
    notificationhandler.cpp
)

add_library(notificationplugin SHARED ${SRCS})

target_link_libraries(notificationplugin sink)
qt5_use_modules(notificationplugin Core Quick Qml)

install(TARGETS notificationplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/notifications)
install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/notifications)