board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / qt5 / qt5declarative / Config.in
blob853322cab3464ac922427edf12bf06d336fe8f35
1 config BR2_PACKAGE_QT5DECLARATIVE
2         bool "qt5declarative"
3         select BR2_PACKAGE_QT5XMLPATTERNS
4         select BR2_PACKAGE_QT5BASE
5         select BR2_PACKAGE_QT5BASE_GUI
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           Qt Declarative module provides the Qt QML and Qt Quick
12           modules for developing UIs with the QML language
14           http://doc.qt.io/qt-5/qtqml-index.html
15           http://doc.qt.io/qt-5/qtquick-index.html
17 if BR2_PACKAGE_QT5DECLARATIVE
19 comment "quick module needs an OpenGL-capable backend"
20         depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
22 config BR2_PACKAGE_QT5DECLARATIVE_QUICK
23         bool "quick module"
24         select BR2_PACKAGE_QT5BASE_OPENGL
25         depends on BR2_PACKAGE_QT5_GL_AVAILABLE
27 endif