summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5quickcontrols/Config.in
diff options
context:
space:
mode:
authorFatih Aşıcı <fatih.asici@gmail.com>2013-09-20 08:43:11 +0300
committerPeter Korsgaard <peter@korsgaard.com>2013-10-26 15:40:53 +0200
commitb12ec639ebd3c209d5b5a2d25b50dc2e9fd84656 (patch)
treee8b42ee6f71c5708991cb80ed9442c62e0170c91 /package/qt5/qt5quickcontrols/Config.in
parent5d85af61b7a66751ec6240bb14f7517a6633f5e7 (diff)
downloadbuildroot-b12ec639ebd3c209d5b5a2d25b50dc2e9fd84656.tar.gz
buildroot-b12ec639ebd3c209d5b5a2d25b50dc2e9fd84656.zip
qt5quickcontrols: new package
Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt5/qt5quickcontrols/Config.in')
-rw-r--r--package/qt5/qt5quickcontrols/Config.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/qt5/qt5quickcontrols/Config.in b/package/qt5/qt5quickcontrols/Config.in
new file mode 100644
index 0000000000..3d8063036d
--- /dev/null
+++ b/package/qt5/qt5quickcontrols/Config.in
@@ -0,0 +1,20 @@
+config BR2_PACKAGE_QT5QUICKCONTROLS
+ bool "qt5quickcontrols"
+ select BR2_PACKAGE_QT5BASE
+ select BR2_PACKAGE_QT5BASE_NETWORK
+ select BR2_PACKAGE_QT5DECLARATIVE
+ # qt5declarative -> qt5jsbackend
+ depends on BR2_PACKAGE_QT5JSBACKEND_AVAILABLE
+ depends on BR2_PACKAGE_HAS_OPENGL_EGL
+ depends on BR2_PACKAGE_HAS_OPENGL_ES
+ help
+ Qt is a cross-platform application and UI framework for
+ developers using C++.
+
+ This package corresponds to the qt5quickcontrols module.
+
+ http://qt-project.org
+
+comment "qt5quickcontrols requires an OpenGL-capable backend"
+ depends on (!BR2_PACKAGE_HAS_OPENGL_EGL || !BR2_PACKAGE_HAS_OPENGL_ES) && \
+ BR2_PACKAGE_QT5JSBACKEND_AVAILABLE
OpenPOWER on IntegriCloud