board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / qt5 / qt5quickcontrols / Config.in
blob3ab6ded403e3998d0c4d59972e1d98b66e41d4e4
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
7         help
8           Qt is a cross-platform application and UI framework for
9           developers using C++.
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