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