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