Warning, /frameworks/kservice/README.md is written in an unsupported language. File is not indexed.

0001 # KService
0002 
0003 Plugin framework for desktop services
0004 
0005 ## Introduction
0006 
0007 KService provides a plugin framework for handling desktop services. Services can
0008 be applications or libraries. They can be bound to MIME types or handled by
0009 application specific code.
0010 
0011 ## Usage
0012 
0013 If you are using CMake, you need to have
0014 
0015     find_package(KF5Service)
0016 
0017 (or similar) in your CMakeLists.txt file, and you need to link to KF5::Service.
0018