We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabb707 commit cca8057Copy full SHA for cca8057
README.md
@@ -34,10 +34,14 @@ Often using signals is not the best way to achieve robust code. If possible cons
34
35
## Building / Installing
36
37
- $ meson setup -Dprefix=$HOME/opt/signalmanager/ _build
+This library supports Qt 5 and Qt 6, you need to choose the qt version at compile time via the -Dqt option to meson.
38
+
39
+ $ meson setup -Dprefix=$HOME/opt/signalmanager/ -Dqt=qt6 _build
40
$ ninja -C _build
41
$ ninja -C _build install
42
43
+The library will install pkg-config .pc files for PosixSignalManager (qt 5.x version) or PosixSignalManagerQt6.
44
45
## Examples
46
47
### Reload configuration on SIGHUP
0 commit comments