1*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5DECLARATIVE 2*4882a593Smuzhiyun bool "qt5declarative" 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 Declarative module provides the Qt QML and Qt Quick 9*4882a593Smuzhiyun modules for developing UIs with the QML language 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun https://doc.qt.io/qt-5/qtqml-index.html 12*4882a593Smuzhiyun https://doc.qt.io/qt-5/qtquick-index.html 13*4882a593Smuzhiyun 14*4882a593Smuzhiyunif BR2_PACKAGE_QT5DECLARATIVE 15*4882a593Smuzhiyun 16*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5DECLARATIVE_QUICK 17*4882a593Smuzhiyun bool "quick module" 18*4882a593Smuzhiyun select BR2_PACKAGE_QT5BASE_GUI 19*4882a593Smuzhiyun select BR2_PACKAGE_QT5BASE_OPENGL if BR2_PACKAGE_QT5_GL_AVAILABLE 20*4882a593Smuzhiyun 21*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5DECLARATIVE_SOFTWARE_BACKEND 22*4882a593Smuzhiyun bool "software backend" 23*4882a593Smuzhiyun # Prefer software backend over mesa3d 24*4882a593Smuzhiyun default y if BR2_PACKAGE_MESA3D_OPENGL_ES 25*4882a593Smuzhiyun 26*4882a593Smuzhiyunendif 27