diff options
| author | Roy Marples <roy@marples.name> | 2017-10-21 03:09:25 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-10-21 03:09:25 +0100 |
| commit | 4dbccdb1698d48c14ca6ccdbc37837a54effaad5 (patch) | |
| tree | 709631510e96705806aee370e60d0a7f502b566b | |
| parent | d5480dc045ddd22c56590daadb0bc322007935c1 (diff) | |
| download | dhcpcd-ui-4dbccdb1698d48c14ca6ccdbc37837a54effaad5.tar.xz | |
Note the debug settings needed for Qt-5.
| -rw-r--r-- | src/dhcpcd-qt/dhcpcd-qt.8 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/dhcpcd-qt/dhcpcd-qt.8 b/src/dhcpcd-qt/dhcpcd-qt.8 index 1a9624f..3521e37 100644 --- a/src/dhcpcd-qt/dhcpcd-qt.8 +++ b/src/dhcpcd-qt/dhcpcd-qt.8 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2014-2016 Roy Marples +.\" Copyright (c) 2014-2017 Roy Marples .\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 4, 2016 +.Dd October 21, 2017 .Dt DHCPCD-QT 8 .Os .Sh NAME @@ -62,6 +62,15 @@ If is used to select and set pass phrases for wireless networks then update_config=1 needs to be set in wpa_supplicant.conf. +.Sh NOTES +If +.Nm +is linked agaist Qt-5 then debug output is disabled by default. +To enable debug to the console add this to +.Pa ~/.config/QtProject/qtlogging.ini +.Pp +.D1 [Rules] +.D1 dhcpcd.debug=true .Sh SEE ALSO .Xr dhcpcd 8 , .Xr dhcpcd.conf 5 , |
