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