mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-18 13:11:55 +02:00
qtbase: add PACKAGECONFIG for journald logging
Note from qtbase configure script: If your users intend on developing applications if logging to journal is enabled, ensure that the IDEs they use either set QT_LOGGING_TO_CONSOLE to 1 or the IDE is able to read the logged output from journald. Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
b15d248064
commit
43cbe31c5b
@@ -127,6 +127,7 @@ PACKAGECONFIG[nis] = "-nis,-no-nis"
|
||||
PACKAGECONFIG[widgets] = "-widgets,-no-widgets"
|
||||
PACKAGECONFIG[libproxy] = "-libproxy,-no-libproxy,libproxy"
|
||||
PACKAGECONFIG[libinput] = "-libinput,-no-libinput,libinput"
|
||||
PACKAGECONFIG[journald] = "-journald,-no-journald,systemd"
|
||||
|
||||
QT_CONFIG_FLAGS += " \
|
||||
-shared \
|
||||
|
||||
Reference in New Issue
Block a user