mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Fixes have been merged upstream. Change-Id: Ib0e6d42e9d2b70e8919a4cac437dad868581ce14 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
22 lines
481 B
BlitzBasic
22 lines
481 B
BlitzBasic
LICENSE = "The-Qt-Company-Commercial | BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/BSD-3-Clause.txt;md5=cb40fa7520502d8c7a3aea47cae1316c \
|
|
file://LICENSES/LicenseRef-Qt-Commercial.txt;md5=40a1036f91cefc0e3fabad241fb5f187 \
|
|
"
|
|
|
|
inherit qt6-cmake
|
|
inherit features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
|
|
QT_MODULE = "qtwebengine"
|
|
|
|
include recipes-qt/qt6/qt6-git.inc
|
|
include recipes-qt/qt6/qt6-examples.inc
|
|
|
|
DEPENDS += "\
|
|
qtdeclarative-native \
|
|
qtpdf \
|
|
"
|
|
|