Config.in 469 B

123456789101112131415
  1. config BR2_PACKAGE_QT6SERIALBUS
  2. bool "qt6serialbus"
  3. depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6 # CAN FD
  4. select BR2_PACKAGE_QT6SERIALPORT
  5. select BR2_PACKAGE_QT6BASE_NETWORK
  6. help
  7. Qt is a cross-platform application and UI framework for
  8. developers using C++.
  9. This package corresponds to the qt6serialbus module.
  10. https://doc.qt.io/qt-6/qtserialbus-index.html
  11. comment "qt6serialbus needs headers >= 3.6"
  12. depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6