mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtcanvaspainter: add examples recipe
Add recipe to build the qtcanvaspainter examples. Task-number: QTBUG-141976 Change-Id: Ic49c3189e4eb5b929dc806b644253cd1d3ca0bae Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
This commit is contained in:
parent
1b3659c74b
commit
23095adb40
|
|
@ -10,6 +10,7 @@ RDEPENDS:${PN} += " \
|
|||
qt5compat-examples \
|
||||
qtapplicationmanager-examples \
|
||||
qtbase-examples \
|
||||
qtcanvaspainter-examples \
|
||||
qtcharts-examples \
|
||||
qtcoap-examples \
|
||||
qtconnectivity-examples \
|
||||
|
|
|
|||
21
recipes-qt/qt6/qtcanvaspainter-examples_git.bb
Normal file
21
recipes-qt/qt6/qtcanvaspainter-examples_git.bb
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
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 \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user