xref: /OK3568_Linux_fs/buildroot/package/log4qt/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LOG4QT
2	bool "log4qt"
3	depends on BR2_PACKAGE_QT5
4	help
5	  Log4Qt is a C++ port of the Apache Software Foundation
6	  Log4j package using the Qt Framework. It is intended to be
7	  used by open source and commercial Qt projects.
8
9	  https://github.com/MEONMedical/Log4Qt
10
11comment "log4qt needs qt5"
12	depends on !BR2_PACKAGE_QT5
13