Config.in 525 B

1234567891011121314151617
  1. config 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. This package corresponds to the qt5serialbus module.
  9. This module was in tech preview in Qt 5.6, and promoted
  10. to a core module in Qt 5.8.0.
  11. http://doc.qt.io/qt-5/qtserialbus-index.html
  12. comment "qt5serialbus needs headers >= 3.6"
  13. depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6