From 59ae0b13d2bb14fbf12117f2f55bfcb6f06f104b Mon Sep 17 00:00:00 2001 From: Indivara Weerasuriya Date: Tue, 30 Jul 2024 19:47:24 +0900 Subject: Migrate demo app recipes and patch apps to Qt 6 Bug-AGL: SPEC-5294 Change-Id: I6b9ff940745f88af9a3b69e29917082e52b25f88 Signed-off-by: Indivara Weerasuriya Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30141 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- recipes-demo/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'recipes-demo/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb') diff --git a/recipes-demo/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb b/recipes-demo/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb index 79dac686f..68a68076e 100644 --- a/recipes-demo/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb +++ b/recipes-demo/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://git.automotivelinux.org/src/qtquickcontrols2-agl" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" -DEPENDS = "qtquickcontrols2" +DEPENDS = "qtdeclarative" PV = "1.0+git${SRCPV}" @@ -12,12 +12,10 @@ SRCREV = "22b538aae1f69de5273f1e42a854cfab23a32b60" S = "${WORKDIR}/git" -inherit qmake5 +inherit qt6-qmake FILES:${PN} += "${OE_QMAKE_PATH_QML}/AGL/Demo/Controls/*" RDEPENDS:${PN} += " \ - qtquickcontrols-qmlplugins \ - qtquickcontrols2-qmlplugins \ qtsvg-plugins \ " -- cgit 1.2.3-korg