mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-18 13:11:55 +02:00
Qt Canvas 3D module was added in Qt 5.5 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
300 B
BlitzBasic
13 lines
300 B
BlitzBasic
require qt5.inc
|
|
require qt5-git.inc
|
|
|
|
LICENSE = "LGPL-3.0 | GPL-3.0"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \
|
|
file://LICENSE.GPL;md5=05832301944453ec79e40ba3c3cfceec \
|
|
"
|
|
|
|
DEPENDS = "qtdeclarative"
|
|
|
|
SRCREV = "f8fe29aab406ded57f13ad961ba977401d9585c9"
|