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.
 
 
 
 
 
 

21 lines
619 B

set(keystate_engine_SRCS
keystate.cpp
keyservice.cpp
)
add_library(plasma_engine_keystate MODULE ${keystate_engine_SRCS})
target_link_libraries(plasma_engine_keystate
KF5::GuiAddons
KF5::Plasma
KF5::Service
KF5::KIOCore
KF5::I18n
)
kservice_desktop_to_json(plasma_engine_keystate plasma-dataengine-keystate.desktop)
install(TARGETS plasma_engine_keystate DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/dataengine)
install(FILES plasma-dataengine-keystate.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install(FILES modifierkeystate.operations DESTINATION ${PLASMA_DATA_INSTALL_DIR}/services)