Commit Graph

13 Commits

Author SHA1 Message Date
Harald Sitter b3d0cfccaf set cmake interface dir on the target
this carries through into the Targets.cmake file we install which in
turn means that the imported target for the consumer defines its include
directory. this removes the need to manually add the include dir

also updated the readme accordingly
2021-11-23 10:14:58 +01:00
Andrius Štikonas 884389ccd9 REUSE: licensing information for misc files. 2020-10-01 00:51:30 +01:00
Andrius Štikonas 37d373cfe0 Fix missing parenthesis in README. 2020-09-15 18:22:08 +01:00
Andrius Štikonas f5b5728c7f
Specify language for code snippets in README.md 2019-02-16 00:04:52 +00:00
Andrius Štikonas 4b1793f79b Update backend name in the docs. 2018-04-15 01:09:48 +03:00
Andrius Štikonas 2760f02fbf Move LVM device scanning code.
Now it's the backend's responsibility to find LVM devices.
All LVM scanning code was moved into LvmDevice::scanSystemLVM helper,
so that it is very easy to plug LVM into backend.

LVM devices are now intentionally not detected in Dummy Backend.
2017-10-06 03:17:51 +01:00
Andrius Štikonas ffca7c7854 Update device scanner README section. 2017-10-03 19:32:19 +01:00
Andrius Štikonas 40e22c94f2 Store ExternalCommand output in QByteArray.
This makes it possible to run dd with ExternalCommand.
2017-10-03 02:27:47 +01:00
Andrius Štikonas 1fd5294184 Add another heading. 2017-10-02 23:45:46 +01:00
Andrius Štikonas 536e7585bd Reword a sentence in documentation. 2017-10-02 23:43:39 +01:00
Andrius Štikonas 2b428f4f4f Device scanner documentation fixes. 2017-10-02 23:39:11 +01:00
Andrius Štikonas f19c6b39f6 Add a bit of documentation about device scanner. 2017-10-02 23:26:54 +01:00
Adriaan de Groot 41b835ba46 Docs: add a README, explain high-level usage 2017-10-02 16:16:56 +02:00