aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
+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"