mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qttasktree: add examples recipe
Add recipe to build the qttasktree examples. Task-number: QTBUG-141685 Change-Id: I56c5fc87f248089bb2baf7da3ef20948a29c3d11 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
53c8da1348
commit
aa8c472c80
|
|
@ -34,6 +34,7 @@ RDEPENDS:${PN} += " \
|
|||
qtserialbus-examples \
|
||||
qtserialport-examples \
|
||||
qtspeech-examples \
|
||||
qttasktree-examples \
|
||||
qttools-examples \
|
||||
qtvirtualkeyboard-examples \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland-examples', '', d)} \
|
||||
|
|
|
|||
14
recipes-qt/qt6/qttasktree-examples_git.bb
Normal file
14
recipes-qt/qt6/qttasktree-examples_git.bb
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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 = "qttasktree"
|
||||
|
||||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6-examples.inc
|
||||
|
||||
DEPENDS += "qttasktree"
|
||||
Loading…
Reference in New Issue
Block a user