From e44a806e40a3087bab673a13bfed608c385606dc Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 27 Feb 2023 09:39:11 +0000 Subject: qtgrpc: add dependency to declarative for examples Additional examples depend on QtQuick. Pick-to: 6.5 Change-Id: I0373dc10d072f75c4f099131aa9b6d7876e17808 Reviewed-by: Mikko Gronoff --- recipes-qt/qt6/qtgrpc_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-qt/qt6/qtgrpc_git.bb b/recipes-qt/qt6/qtgrpc_git.bb index b6474cd..0d2751b 100644 --- a/recipes-qt/qt6/qtgrpc_git.bb +++ b/recipes-qt/qt6/qtgrpc_git.bb @@ -15,4 +15,6 @@ include recipes-qt/qt6/qt6.inc DEPENDS += "qtbase qtgrpc-native protobuf protobuf-native" +PACKAGECONFIG[examples] = "-DQT_BUILD_EXAMPLES=ON,-DQT_BUILD_EXAMPLES=OFF,qtdeclarative qtdeclarative-native" + BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3