Files
meta-qt5/recipes-qt/qt5/qt3d_git.bb
Julien Brianceau \(jbriance\) 67f94fb249 qt3d: Remove GFDL-1.3 & DIGIA-TPLA-2.4 from LICENSE list
* 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>
2015-09-07 17:05:42 +02:00

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"