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/videoplayer/videoplayer_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-demo/videoplayer') diff --git a/recipes-demo/videoplayer/videoplayer_git.bb b/recipes-demo/videoplayer/videoplayer_git.bb index 36c837582..8c6600779 100644 --- a/recipes-demo/videoplayer/videoplayer_git.bb +++ b/recipes-demo/videoplayer/videoplayer_git.bb @@ -14,12 +14,12 @@ S = "${WORKDIR}/git" # build-time dependencies DEPENDS += " \ - qtquickcontrols2 \ + qtdeclarative \ libqtappfw \ qtmultimedia \ " -inherit qmake5 agl-app +inherit qt6-qmake agl-app AGL_APP_NAME = "Video" -- cgit 1.2.3-korg