qtwebchannel: skip buildpath QA for examples

Example contains path to builddir.

Change-Id: I8e5158c1ac214485be9017c8c83636f7003d6239
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
(cherry picked from commit 2ef3f67de3)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 064646f691)
This commit is contained in:
Samuli Piippo 2025-06-11 04:42:18 +00:00 committed by Qt Cherry-pick Bot
parent 4a19ebdbe7
commit 5f09943063

View File

@ -19,3 +19,4 @@ PACKAGECONFIG ?= "qml"
PACKAGECONFIG[examples] = "-DQT_BUILD_EXAMPLES=ON,-DQT_BUILD_EXAMPLES=OFF,qtwebsockets"
PACKAGECONFIG[qml] = ",,qtdeclarative qtdeclarative-native"
INSANE_SKIP:${PN}-examples += "buildpaths"