buildroot/package/qt6/qt6serialbus/Config.in

16 lines
469 B
Plaintext

config BR2_PACKAGE_QT6SERIALBUS
bool "qt6serialbus"
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6 # CAN FD
select BR2_PACKAGE_QT6SERIALPORT
select BR2_PACKAGE_QT6BASE_NETWORK
help
Qt is a cross-platform application and UI framework for
developers using C++.
This package corresponds to the qt6serialbus module.
https://doc.qt.io/qt-6/qtserialbus-index.html
comment "qt6serialbus needs headers >= 3.6"
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6