mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Update to latest content in Qt 6.1.3 branch. Task-number: QTBUG-95697 Change-Id: I7b6dc1e57a659b23449102b67e101f92c9f58942 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
17 lines
359 B
BlitzBasic
17 lines
359 B
BlitzBasic
LICENSE = "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"
|
|
|
|
PACKAGECONFIG ?= "qml"
|
|
PACKAGECONFIG[qml] = ",,qtdeclarative"
|
|
|
|
SRCREV = "736ab8ad92c0afd091c25d342057f6d71ec3ef3a"
|