summaryrefslogtreecommitdiff
path: root/package/qt5/qt5declarative/Config.in
blob: 853322cab3464ac922427edf12bf06d336fe8f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
config BR2_PACKAGE_QT5DECLARATIVE
	bool "qt5declarative"
	select BR2_PACKAGE_QT5XMLPATTERNS
	select BR2_PACKAGE_QT5BASE
	select BR2_PACKAGE_QT5BASE_GUI
	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
	help
	  Qt is a cross-platform application and UI framework for
	  developers using C++.

	  Qt Declarative module provides the Qt QML and Qt Quick
	  modules for developing UIs with the QML language

	  http://doc.qt.io/qt-5/qtqml-index.html
	  http://doc.qt.io/qt-5/qtquick-index.html

if BR2_PACKAGE_QT5DECLARATIVE

comment "quick module needs an OpenGL-capable backend"
	depends on !BR2_PACKAGE_QT5_GL_AVAILABLE

config BR2_PACKAGE_QT5DECLARATIVE_QUICK
	bool "quick module"
	select BR2_PACKAGE_QT5BASE_OPENGL
	depends on BR2_PACKAGE_QT5_GL_AVAILABLE

endif