1config BR2_PACKAGE_QT5SCRIPT 2 bool "qt5script" 3 depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE 4 help 5 Qt is a cross-platform application and UI framework for 6 developers using C++. 7 8 Qt Script provides support for making Qt applications 9 scriptable. Provided for Qt 4.x compatibility. 10 11 This package has been tagged as deprecated since version 12 5.5.0 and should be replaced by Qt QML module in new 13 design. 14 15 https://doc.qt.io/qt-5/qtscript-index.html 16