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