mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Latest revision from dev branches. Change-Id: Ibaf1f00b96a441a5284e32863683212235b9ec48 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
16 lines
369 B
BlitzBasic
16 lines
369 B
BlitzBasic
LICENSE = "GFDL-1.3 & BSD & GPL-3.0 | The-Qt-Company-Commercial"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
"
|
|
|
|
inherit qt6-cmake
|
|
|
|
include recipes-qt/qt6/qt6-git.inc
|
|
include recipes-qt/qt6/qt6.inc
|
|
|
|
DEPENDS = "qtbase qtshadertools-native"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
SRCREV = "e8bfca44ababfffef64a6fc6324bae0f1540c852"
|