# kservice **Repository Path**: kwin-workshop/kservice ## Basic Information - **Project Name**: kservice - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: openkylin/yangtze - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-07-07 - **Last Updated**: 2022-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KService Plugin framework for desktop services ## Introduction KService provides a plugin framework for handling desktop services. Services can be applications or libraries. They can be bound to MIME types or handled by application specific code. ## Usage If you are using CMake, you need to have find_package(KF5Service) (or similar) in your CMakeLists.txt file, and you need to link to KF5::Service.