• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSES/H03-May-2022-

autotests/H03-May-2022-1,5151,099

cmake/H04-Dec-2021-256219

docs/H04-Dec-2021-663651

po/H04-Dec-2021-59,73849,579

src/H03-May-2022-29,08618,994

.gitignoreH A D04-Dec-2021305 2928

.gitlab-ci.ymlH A D04-Dec-2021373 86

.kde-ci.ymlH A D04-Dec-2021163 86

KF5SolidConfig.cmake.inH A D04-Dec-20211.3 KiB4734

README.mdH A D04-Dec-2021717 3317

TODOH A D04-Dec-20212.6 KiB8066

metainfo.yamlH A D04-Dec-2021346 2119

README.md

1# Solid
2
3Desktop hardware abstraction
4
5## Introduction
6
7%Solid is a device integration framework.  It provides a way of querying and
8interacting with hardware independently of the underlying operating system.
9
10It provides the following features for application developers:
11
12- Hardware Discovery
13- Power Management
14- Network Management
15
16
17## Usage
18
19If you are using CMake, you need to have
20
21    find_package(KF5Solid NO_MODULE)
22
23(or similar) in your CMakeLists.txt file, and you need to link to KF5::Solid.
24
25See the documentation for the Solid namespace, and the [tutorials on
26TechBase][tutorials].
27
28
29
30There is also a [Solid song](@ref song).
31
32[tutorials]: http://techbase.kde.org/Development/Tutorials/Solid_Tutorials
33