Qt-style API to use udev.
Qt >= 5.8.0 with at least the following modules is required:
And the following modules:
- cmake >= 3.10.0
- cmake-shared >= 1.0.0
The following modules and their dependencies are required:
For autotests you need:
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix ..
make
make install # use sudo if necessary
Replace /path/to/prefix
to your installation prefix.
Default is /usr/local
.
Qt 5.2 introduced logging categories and Liri takes advantage of them to make debugging easier.
Please refer to the Qt documentation to learn how to enable them.
- qtudev: udev integration
Licensed under the terms of the GNU Lesser General Public License version 3 or, at your option, any later version.