kumquat-buildroot/package/qt6/qt6serialbus/Config.in
Jesse Van Gavere e447f56408 package/qt6/qt6serialbus: new package
Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com>
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-02-08 14:00:10 +01:00

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