mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Add recipe for Qt WebChannel
Change-Id: I19a55575363125a2ca8bbfbb74d59c1b2302dfb9 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
e95e0bc64c
commit
42bc9ffbe4
|
|
@ -35,5 +35,6 @@ RDEPENDS_${PN} += " \
|
|||
qttranslations \
|
||||
qtvirtualkeyboard \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland', '', d)} \
|
||||
qtwebchannel \
|
||||
qtwebsockets \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -36,5 +36,6 @@ RDEPENDS_${PN} += "\
|
|||
qttranslations-dev \
|
||||
qtvirtualkeyboard-dev \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland-dev', '', d)} \
|
||||
qtwebchannel-dev \
|
||||
qtwebsockets-dev \
|
||||
"
|
||||
|
|
|
|||
21
recipes-qt/qt6/qtwebchannel_git.bb
Normal file
21
recipes-qt/qt6/qtwebchannel_git.bb
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 ) & ( GPL-2.0+ | LGPL-3.0 ) | The-Qt-Company-Commercial"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
|
||||
file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
|
||||
file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
||||
"
|
||||
|
||||
inherit qt6-cmake
|
||||
|
||||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
PACKAGECONFIG ?= "qml"
|
||||
PACKAGECONFIG[examples] = "-DQT_BUILD_EXAMPLES=ON,-DQT_BUILD_EXAMPLES=OFF,qtdeclarative qtwebsockets"
|
||||
PACKAGECONFIG[qml] = ",,qtdeclarative"
|
||||
|
||||
SRCREV = "e421f4b54d37ca6f685ba6ecbf89bd6f3fa53131"
|
||||
Loading…
Reference in New Issue
Block a user