summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r--recipes-qt/qt5/qtquick3d_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtquick3d_git.bb b/recipes-qt/qt5/qtquick3d_git.bb
new file mode 100644
index 00000000..b63c889f
--- /dev/null
+++ b/recipes-qt/qt5/qtquick3d_git.bb
@@ -0,0 +1,15 @@
1require qt5.inc
2require qt5-git.inc
3
4LICENSE = "(GPL-3.0 & BSD) | The-Qt-Company-Commercial"
5LIC_FILES_CHKSUM = " \
6 file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
7"
8
9DEPENDS += "qtbase qtdeclarative qtquickcontrols2"
10
11FILES_${PN}-qmlplugins += " \
12 ${OE_QMAKE_PATH_QML}/QtQuick3D/Helpers/meshes/*.mesh \
13"
14
15SRCREV = "03dbcc5eb3364886ee8ffc07b4438eaee3c188fe"