summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtquickcontrols2_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtquickcontrols2_git.bb')
-rw-r--r--recipes-qt/qt5/qtquickcontrols2_git.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/recipes-qt/qt5/qtquickcontrols2_git.bb b/recipes-qt/qt5/qtquickcontrols2_git.bb
deleted file mode 100644
index c6dec9f..0000000
--- a/recipes-qt/qt5/qtquickcontrols2_git.bb
+++ /dev/null
@@ -1,38 +0,0 @@
1##############################################################################
2##
3## Copyright (C) 2016 The Qt Company Ltd.
4## Contact: http://www.qt.io/licensing/
5##
6## This file is part of the Boot to Qt meta layer.
7##
8## $QT_BEGIN_LICENSE:COMM$
9##
10## Commercial License Usage
11## Licensees holding valid commercial Qt licenses may use this file in
12## accordance with the commercial license agreement provided with the
13## Software or, alternatively, in accordance with the terms contained in
14## a written agreement between you and The Qt Company. For licensing terms
15## and conditions see http://www.qt.io/terms-conditions. For further
16## information use the contact form at http://www.qt.io/contact-us.
17##
18## $QT_END_LICENSE$
19##
20##############################################################################
21
22require recipes-qt/qt5/qt5.inc
23require recipes-qt/qt5/qt5-git.inc
24
25LICENSE = "GFDL-1.3 & (LGPL-3.0 | GPL-3.0)"
26LIC_FILES_CHKSUM = " \
27 file://LICENSE.LGPLv3;md5=a37e6cd7102174853307e03e6edc5f30 \
28 file://LICENSE.GPLv3;md5=88e2b9117e6be406b5ed6ee4ca99a705 \
29 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
30"
31
32DEPENDS += "qtbase qtxmlpatterns qtdeclarative qtgraphicaleffects"
33
34SRCREV = "e93c73c0aa15cd973e008a04a70a7c69719ad244"
35
36FILES_${PN}-qmldesigner += " \
37 ${OE_QMAKE_PATH_QML}/*/*/*/designer \
38"