mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-19 13:42:18 +02:00
* be aware that in 3 qt* project the v5.12.3 tag wasn't created yet: qtknx_git.bb:# v5.12.3 tag wasn't created yet qtmqtt_git.bb:# v5.12.3 tag wasn't created yet qtopcua_git.bb:# v5.12.3 tag wasn't created yet * and qttools, qt3d, qtremoteobjects v5.12.3 tag isn't in 5.12 branch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
350 B
BlitzBasic
13 lines
350 B
BlitzBasic
LICENSE = "BSD & GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | The-Qt-Company-Commercial"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
|
|
"
|
|
|
|
require qt5.inc
|
|
require qt5-git.inc
|
|
|
|
DEPENDS += "qtbase"
|
|
|
|
SRCREV = "5c9251aebb487a6c328f2d706002ca2039aff5ac"
|