qtwebchannel: update recipe

Add qwebchannel.js file that was moved from under examples.

Fix QA Issue:
qtwebchannel: Files/directories were installed but not shipped in any package:
   /usr/share/qt6
   /usr/share/qt6/webchannel
   /usr/share/qt6/webchannel/qwebchannel.js

Change-Id: I2467a9dc76a25c47faba5880f7c2918946d9a48a
Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
This commit is contained in:
Mikko Gronoff 2025-08-13 09:41:33 +03:00
parent ec73d872d5
commit c0afdeb624

View File

@ -19,4 +19,8 @@ PACKAGECONFIG ?= "qml"
PACKAGECONFIG[examples] = "-DQT_BUILD_EXAMPLES=ON,-DQT_BUILD_EXAMPLES=OFF,qtwebsockets"
PACKAGECONFIG[qml] = ",,qtdeclarative qtdeclarative-native"
FILES:${PN} += "\
${datadir}/qt6/webchannel/qwebchannel.js \
"
INSANE_SKIP:${PN}-examples += "buildpaths"