1 config BR2_PACKAGE_QT5QUICKCONTROLS
2 bool "qt5quickcontrols"
3 select BR2_PACKAGE_QT5DECLARATIVE
4 select BR2_PACKAGE_QT5DECLARATIVE_QUICK
5 depends on BR2_PACKAGE_QT5_GL_AVAILABLE
6 depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
8 Qt is a cross-platform application and UI framework for
11 The Qt Quick Controls module provides a set of controls
12 that can be used to build complete interfaces in Qt Quick.
14 http://doc.qt.io/qt-5/qtquickcontrols-index.html
16 comment "qt5quickcontrols needs an OpenGL-capable backend"
17 depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
18 depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE