mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Add recipe to build the qtcanvaspainter examples. Task-number: QTBUG-141976 Change-Id: Ic49c3189e4eb5b929dc806b644253cd1d3ca0bae Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
22 lines
529 B
BlitzBasic
22 lines
529 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
|
|
|
|
QT_MODULE = "qtcanvaspainter"
|
|
|
|
include recipes-qt/qt6/qt6-git.inc
|
|
include recipes-qt/qt6/qt6-examples.inc
|
|
|
|
DEPENDS = "\
|
|
qtcanvaspainter \
|
|
qtcanvaspainter-native \
|
|
qtdeclarative \
|
|
qtdeclarative-native \
|
|
qtshadertools \
|
|
qtshadertools-native \
|
|
"
|