diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-09-02 12:30:43 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-21 11:56:52 +0200 |
commit | f783775df7dfa3649d7959847e01fb966124e4da (patch) | |
tree | 9b5b3c3e85af7ed3a74374f3450c4a84e3c7b2ba | |
parent | d44e7ee1f45e1701868adf49da9ccf7b02803952 (diff) | |
download | meta-qt5-f783775df7dfa3649d7959847e01fb966124e4da.tar.gz |
qtcanvas3d: add recipe
Qt Canvas 3D module was added in Qt 5.5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtcanvas3d_git.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtcanvas3d_git.bb b/recipes-qt/qt5/qtcanvas3d_git.bb new file mode 100644 index 00000000..aca896f8 --- /dev/null +++ b/recipes-qt/qt5/qtcanvas3d_git.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require qt5.inc | ||
2 | require qt5-git.inc | ||
3 | |||
4 | LICENSE = "LGPL-3.0 | GPL-3.0" | ||
5 | LIC_FILES_CHKSUM = " \ | ||
6 | file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \ | ||
7 | file://LICENSE.GPL;md5=05832301944453ec79e40ba3c3cfceec \ | ||
8 | " | ||
9 | |||
10 | DEPENDS = "qtdeclarative" | ||
11 | |||
12 | SRCREV = "f8fe29aab406ded57f13ad961ba977401d9585c9" | ||