Config.in 431 B

123456789101112131415
  1. config BR2_PACKAGE_QT5SCXML
  2. bool "qt5scxml"
  3. depends on BR2_PACKAGE_QT5_VERSION_LATEST
  4. select BR2_PACKAGE_QT5BASE
  5. help
  6. Qt is a cross-platform application and UI framework for
  7. developers using C++.
  8. The Qt SCXML module provides functionality to create state
  9. machines from SCXML files.
  10. https://doc.qt.io/qt-5/qtscxml-index.html
  11. comment "qt5scxml needs at least qt-5.9"
  12. depends on !BR2_PACKAGE_QT5_VERSION_LATEST