Skip to content

pari-pacc/qtudev

 
 

Repository files navigation

Qt Udev

License GitHub release GitHub issues CI

Qt-style API to use udev.

Dependencies

Qt >= 5.8.0 with at least the following modules is required:

And the following modules:

The following modules and their dependencies are required:

For autotests you need:

Installation

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.

Logging categories

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.

Available categories

  • qtudev: udev integration

Licensing

Licensed under the terms of the GNU Lesser General Public License version 3 or, at your option, any later version.

About

📖 Qt-style wrapper around udev

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 84.2%
  • QML 8.7%
  • CMake 4.0%
  • C 2.3%
  • Shell 0.8%