1config BR2_PACKAGE_QT5QUICKCONTROLS 2 bool "qt5quickcontrols" 3 depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE 4 select BR2_PACKAGE_QT5DECLARATIVE 5 select BR2_PACKAGE_QT5DECLARATIVE_QUICK 6 help 7 Qt is a cross-platform application and UI framework for 8 developers using C++. 9 10 The Qt Quick Controls module provides a set of controls 11 that can be used to build complete interfaces in Qt Quick. 12 13 https://doc.qt.io/qt-5/qtquickcontrols-index.html 14