board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / qt5 / qt5quickcontrols2 / Config.in
blobadf89d0de75e54891794bac061161f1f44edb413
1 config BR2_PACKAGE_QT5QUICKCONTROLS2
2         bool "qt5quickcontrols2"
3         select BR2_PACKAGE_QT5DECLARATIVE
4         select BR2_PACKAGE_QT5DECLARATIVE_QUICK
5         depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative/quick
6         depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative/quick
7         help
8           Qt is a cross-platform application and UI framework for
9           developers using C++.
11           This package corresponds to the qt5quickcontrols2 module.
13           This module was in tech preview in Qt 5.6, and promoted
14           to a core module in Qt 5.7.0.
16           https://doc.qt.io/qt-5/qtquickcontrols2-index.html
18 comment "qt5quickcontrols2 needs an OpenGL-capable backend"
19         depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
20         depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE