2
1

Config.in 573 B

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