summaryrefslogtreecommitdiffstats
path: root/framework/actions/CMakeLists.txt
blob: 1151878c4e470df1bb8438c4aa2ef8f8e54e74c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(SRCS
    actionplugin.cpp
    action.cpp
    actionhandler.cpp
    actionbroker.cpp
    context.cpp
)

add_library(actionplugin SHARED ${SRCS})

qt5_use_modules(actionplugin Core Quick Qml)

install(TARGETS actionplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/actions)
install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/actions)