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

0001 # Solid
0002 
0003 Desktop hardware abstraction
0004 
0005 ## Introduction
0006 
0007 Solid is a device integration framework.  It provides a way of querying and
0008 interacting with hardware independently of the underlying operating system.
0009 
0010 It provides the following features for application developers:
0011 
0012 - Hardware Discovery
0013 - Power Management
0014 - Network Management
0015 
0016 
0017 ## Usage
0018 
0019 If you are using CMake, you need to have
0020 
0021     find_package(KF6Solid NO_MODULE)
0022 
0023 (or similar) in your CMakeLists.txt file, and you need to link to KF6::Solid.
0024 
0025 See the documentation for the Solid namespace, and the [tutorials on
0026 TechBase][tutorials].
0027 
0028 
0029 
0030 There is also a [Solid song](@ref song).
0031 
0032 [tutorials]: http://techbase.kde.org/Development/Tutorials/Solid_Tutorials