mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-16 12:12:07 +02:00
* Upgrade to Qt 5.14.2 * Update license to v4.2.1 Signed-off-by: Mikko Gronoff <mikko.gronoff@qt.io>
14 lines
362 B
BlitzBasic
14 lines
362 B
BlitzBasic
require qt5.inc
|
|
require qt5-git.inc
|
|
|
|
DESCRIPTION = "Qt Quick Timeline"
|
|
LICENSE = "GPL-2.0+ | The-Qt-Company-Commercial"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
"
|
|
|
|
DEPENDS = "qtbase qtdeclarative"
|
|
|
|
SRCREV = "0df4b2cd85b5d443675c38eb2c55ea6ea12b9174"
|