aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtquick3d_git.bb
blob: b63c889f9c4df47d859db3b450e0f33edcd0161c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require qt5.inc
require qt5-git.inc

LICENSE = "(GPL-3.0 & BSD) | The-Qt-Company-Commercial"
LIC_FILES_CHKSUM = " \
    file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
"

DEPENDS += "qtbase qtdeclarative qtquickcontrols2"

FILES_${PN}-qmlplugins += " \
  ${OE_QMAKE_PATH_QML}/QtQuick3D/Helpers/meshes/*.mesh \
"

SRCREV = "03dbcc5eb3364886ee8ffc07b4438eaee3c188fe"