2016-03-29 15:23:44 +02:00
|
|
|
config BR2_PACKAGE_QT5SERIALBUS
|
|
|
|
bool "qt5serialbus"
|
2016-05-18 09:45:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6 # CAN FD
|
2016-03-29 15:23:44 +02:00
|
|
|
select BR2_PACKAGE_QT5BASE
|
|
|
|
select BR2_PACKAGE_QT5SERIALPORT
|
|
|
|
help
|
|
|
|
Qt is a cross-platform application and UI framework for
|
|
|
|
developers using C++.
|
|
|
|
|
|
|
|
This package corresponds to the qt5serialbus module.
|
|
|
|
|
|
|
|
http://qt.io
|
2016-05-18 09:45:50 +02:00
|
|
|
|
|
|
|
comment "qt5serialbus needs headers >= 3.6"
|
|
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6
|