diff options
| -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" | ||
