Config.in 466 B

1234567891011121314151617
  1. config BR2_PACKAGE_QT6SCXML
  2. bool "qt6scxml"
  3. help
  4. Qt is a cross-platform application and UI framework for
  5. developers using C++.
  6. This package provides two related state machine modules:
  7. * StateMachine: provides classes for creating and executing
  8. state graphs.
  9. https://doc.qt.io/qt-6/qtstatemachine-index.html
  10. * Scxml: provides functionality to create state machines
  11. from SCXML files.
  12. https://doc.qt.io/qt-6/qtscxml-index.html