Warning, /plasma/plasma5support/src/dataengines/keystate/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_definitions(-DTRANSLATION_DOMAIN=\"plasma_engine_keystate\") 0002 0003 set(keystate_engine_SRCS 0004 keystate.cpp 0005 keyservice.cpp 0006 keystate.h 0007 keyservice.h 0008 ) 0009 0010 kcoreaddons_add_plugin(plasma_engine_keystate SOURCES ${keystate_engine_SRCS} INSTALL_NAMESPACE plasma5support/dataengine) 0011 0012 target_link_libraries(plasma_engine_keystate 0013 KF6::GuiAddons 0014 Plasma::Plasma 0015 Plasma::Plasma5Support 0016 KF6::Service 0017 KF6::KIOCore 0018 KF6::I18n 0019 ) 0020 0021 install(FILES modifierkeystate.operations DESTINATION ${PLASMA5SUPPORT_DATA_INSTALL_DIR}/services)