2013-09-20 07:43:11 +02:00
|
|
|
config BR2_PACKAGE_QT5QUICKCONTROLS
|
|
|
|
bool "qt5quickcontrols"
|
2017-11-03 01:01:24 +01:00
|
|
|
depends on BR2_PACKAGE_QT5_GL_AVAILABLE || BR2_PACKAGE_QT5_VERSION_LATEST
|
2013-12-30 10:34:15 +01:00
|
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
2017-04-22 19:18:03 +02:00
|
|
|
select BR2_PACKAGE_QT5DECLARATIVE
|
|
|
|
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
|
2013-09-20 07:43:11 +02:00
|
|
|
help
|
|
|
|
Qt is a cross-platform application and UI framework for
|
|
|
|
developers using C++.
|
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
The Qt Quick Controls module provides a set of controls
|
|
|
|
that can be used to build complete interfaces in Qt Quick.
|
2013-09-20 07:43:11 +02:00
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
http://doc.qt.io/qt-5/qtquickcontrols-index.html
|
2013-09-20 07:43:11 +02:00
|
|
|
|
2014-07-19 19:33:28 +02:00
|
|
|
comment "qt5quickcontrols needs an OpenGL-capable backend"
|
2017-11-03 01:01:24 +01:00
|
|
|
depends on !BR2_PACKAGE_QT5_GL_AVAILABLE && !BR2_PACKAGE_QT5_VERSION_LATEST
|
2014-07-19 19:33:28 +02:00
|
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|