Config.in 553 B

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