1config BR2_PACKAGE_QT6SERIALBUS 2 bool "qt6serialbus" 3 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6 # CAN FD 4 select BR2_PACKAGE_QT6SERIALPORT 5 select BR2_PACKAGE_QT6BASE_NETWORK 6 help 7 Qt is a cross-platform application and UI framework for 8 developers using C++. 9 10 This package corresponds to the qt6serialbus module. 11 12 https://doc.qt.io/qt-6/qtserialbus-index.html 13 14comment "qt6serialbus needs headers >= 3.6" 15 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6 16