diff options
Diffstat (limited to 'recipes-demo/videoplayer/videoplayer_git.bb')
-rw-r--r-- | recipes-demo/videoplayer/videoplayer_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" |