2013-04-07 11:57:19 +02:00
|
|
|
config BR2_PACKAGE_QT5SCRIPT
|
|
|
|
bool "qt5script"
|
2013-12-30 10:34:16 +01:00
|
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
2017-04-22 19:18:03 +02:00
|
|
|
select BR2_PACKAGE_QT5BASE
|
2013-04-07 11:57:19 +02:00
|
|
|
help
|
|
|
|
Qt is a cross-platform application and UI framework for
|
|
|
|
developers using C++.
|
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
Qt Script provides support for making Qt applications
|
|
|
|
scriptable. Provided for Qt 4.x compatibility.
|
2013-04-07 11:57:19 +02:00
|
|
|
|
2015-07-21 13:30:16 +02:00
|
|
|
This package has been tagged as deprecated since version
|
|
|
|
5.5.0 and should be replaced by Qt QML module in new
|
|
|
|
design.
|
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
http://doc.qt.io/qt-5/qtscript-index.html
|