1*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5SERIALBUS 2*4882a593Smuzhiyun bool "qt5serialbus" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6 # CAN FD 4*4882a593Smuzhiyun select BR2_PACKAGE_QT5SERIALPORT 5*4882a593Smuzhiyun help 6*4882a593Smuzhiyun Qt is a cross-platform application and UI framework for 7*4882a593Smuzhiyun developers using C++. 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun This package corresponds to the qt5serialbus module. 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun This module was in tech preview in Qt 5.6, and promoted 12*4882a593Smuzhiyun to a core module in Qt 5.8.0. 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun https://doc.qt.io/qt-5/qtserialbus-index.html 15*4882a593Smuzhiyun 16*4882a593Smuzhiyuncomment "qt5serialbus needs headers >= 3.6" 17*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6 18