kmod: bump to version 24
[buildroot-gz.git] / package / qt5 / qt5serialbus / Config.in
blob2882d50644745b6c419d09359ddc1d3401e7d2b7
1 config BR2_PACKAGE_QT5SERIALBUS
2         bool "qt5serialbus"
3         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6 # CAN FD
4         select BR2_PACKAGE_QT5BASE
5         select BR2_PACKAGE_QT5SERIALPORT
6         help
7           Qt is a cross-platform application and UI framework for
8           developers using C++.
10           This package corresponds to the qt5serialbus module.
12           This module was in tech preview in Qt 5.6, and promoted
13           to a core module in Qt 5.8.0.
15           http://doc.qt.io/qt-5/qtserialbus-index.html
17 comment "qt5serialbus needs headers >= 3.6"
18         depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6