mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-17 20:51:54 +02:00
* qt3d is not a technical preview anymore since 5.5 * Take the opportunity to update TPLA license, using LICENSE.PREVIEW.COMMERCIAL file from qtbase Signed-off-by: Julien Brianceau <jbriance@cisco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
406 B
BlitzBasic
18 lines
406 B
BlitzBasic
require qt5.inc
|
|
require qt5-git.inc
|
|
|
|
LICENSE = "LGPL-3.0 | GPL-2.0"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
|
file://LICENSE.GPL;md5=05832301944453ec79e40ba3c3cfceec\
|
|
"
|
|
|
|
DEPENDS = "qtdeclarative"
|
|
|
|
FILES_${PN}-qmlplugins += " \
|
|
${OE_QMAKE_PATH_QML}/*/*/*.bez \
|
|
${OE_QMAKE_PATH_QML}/*/*/*.obj \
|
|
"
|
|
|
|
SRCREV = "a3b99941751598fb734b189333d5020666df2b2c"
|