xref: /OK3568_Linux_fs/buildroot/package/qt5/qt5scxml/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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