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