From f8e5db89d7168f4ef3ceda33ebd3695c448435af Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 20 Jan 2016 16:04:20 +0200 Subject: qtquickcontrols2: add recipe Change-Id: I9692be2720f801af9c543796e78615cf3c185177 Reviewed-by: Teemu Holappa --- recipes-qt/qt5/qtquickcontrols2_git.bb | 39 ++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 recipes-qt/qt5/qtquickcontrols2_git.bb (limited to 'recipes-qt/qt5') diff --git a/recipes-qt/qt5/qtquickcontrols2_git.bb b/recipes-qt/qt5/qtquickcontrols2_git.bb new file mode 100644 index 0000000..e09985c --- /dev/null +++ b/recipes-qt/qt5/qtquickcontrols2_git.bb @@ -0,0 +1,39 @@ +############################################################################# +## +## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). +## +## This file is part of the Qt Enterprise Embedded Scripts of the Qt +## framework. +## +## $QT_BEGIN_LICENSE$ +## Commercial License Usage Only +## Licensees holding valid commercial Qt license agreements with Digia +## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, +## may use this file in accordance with the terms contained in said license +## agreement. +## +## For further information use the contact form at +## http://www.qt.io/contact-us. +## +## +## $QT_END_LICENSE$ +## +############################################################################# + +require recipes-qt/qt5/qt5.inc +require recipes-qt/qt5/qt5-git.inc + +LICENSE = "GFDL-1.3 & (LGPL-3.0 | GPL-3.0)" +LIC_FILES_CHKSUM = " \ + file://LICENSE.LGPLv3;md5=8ba7f2099d17d636d5fcc8303bb17587 \ + file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \ + file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ +" + +DEPENDS += "qtbase qtxmlpatterns qtdeclarative qtgraphicaleffects" + +SRCREV = "47b3a29210042c22627a04445055bdacf1f9c722" + +FILES_${PN}-qmldesigner += " \ + ${OE_QMAKE_PATH_QML}/*/*/*/designer \ +" -- cgit v1.2.3-54-g00ecf