You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
429 B
9 lines
429 B
include_directories(${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/..) |
|
|
|
add_library(notificationmanagerplugin SHARED notificationmanagerplugin.cpp) |
|
|
|
target_link_libraries(notificationmanagerplugin Qt::Qml notificationmanager) |
|
|
|
install(TARGETS notificationmanagerplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/notificationmanager) |
|
install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/notificationmanager) |
|
|
|
|