mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Change-Id: I08e7bf9e9d85e767c83af27d63cce2ddb78a7f6e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
17 lines
561 B
BlitzBasic
17 lines
561 B
BlitzBasic
LICENSE = "The-Qt-Company-Commercial"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/BSD-3-Clause.txt;md5=cb40fa7520502d8c7a3aea47cae1316c \
|
|
file://LICENSES/GFDL-1.3-no-invariants-only.txt;md5=a22d0be1ce2284b67950a4d1673dd1b0 \
|
|
file://LICENSES/LicenseRef-Qt-Commercial.txt;md5=40a1036f91cefc0e3fabad241fb5f187 \
|
|
"
|
|
|
|
inherit qt6-cmake
|
|
|
|
include recipes-qt/qt6/qt6-git.inc
|
|
include recipes-qt/qt6/qt6.inc
|
|
include recipes-qt/qt6/qt6-commercial.inc
|
|
|
|
DEPENDS += "qtbase qtdeclarative qtdeclarative-native qmlcompilerplus-native"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|