mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Add recipe for QtWebView
Task-number: QTBUG-97001
Change-Id: Id8f7dbfc242baaec11c07f7137e72b429f64cfee
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit 8b7aa7dd6f)
This commit is contained in:
parent
02a69cada4
commit
1f22d3f13c
|
|
@ -74,3 +74,4 @@ PACKAGECONFIG:append:pn-qtvirtualkeyboard = " examples"
|
|||
PACKAGECONFIG:append:pn-qtwayland = " examples"
|
||||
PACKAGECONFIG:append:pn-qtwebchannel = " examples"
|
||||
PACKAGECONFIG:append:pn-qtwebsockets = " examples"
|
||||
PACKAGECONFIG:append:pn-qtwebview = " examples"
|
||||
|
|
|
|||
|
|
@ -41,4 +41,5 @@ RDEPENDS:${PN} += " \
|
|||
qtwebsockets \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebengine', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebengine-tools', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebview', '', d)} \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -54,3 +54,4 @@ SRCREV_qtwebchannel = "178a14a1990b6494d83594e893239dffc4e02894"
|
|||
SRCREV_qtwebengine = "7cfc6b68222882aef063b35ced2709e761cf610d"
|
||||
SRCREV_qtwebengine-chromium = "202e34476e934633b3c2e4679a53c4b0847364a8"
|
||||
SRCREV_qtwebsockets = "977261e87cd8e98b63b5c128c0adfd998d7785a7"
|
||||
SRCREV_qtwebview = "e0469946280a7d811efd848a13e80c770966c543"
|
||||
|
|
|
|||
14
recipes-qt/qt6/qtwebview_git.bb
Normal file
14
recipes-qt/qt6/qtwebview_git.bb
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
LICENSE = "GFDL-1.3 & BSD & ( GPL-2.0+ | LGPL-3.0 ) | The-Qt-Company-Commercial"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
|
||||
file://LICENSE.GPLv2;md5=c96076271561b0e3785dad260634eaa8 \
|
||||
file://LICENSE.GPLv3;md5=88e2b9117e6be406b5ed6ee4ca99a705 \
|
||||
file://LICENSE.LGPLv3;md5=e0459b45c5c4840b353141a8bbed91f0 \
|
||||
"
|
||||
|
||||
inherit qt6-cmake
|
||||
|
||||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative qtwebengine"
|
||||
Loading…
Reference in New Issue
Block a user