Thanks, applied as 608c0a52f3c663d608e85318664a77e39f4dd1b0. Michael
[sent from post-receive hook] On Thu, 04 Dec 2025 14:14:49 +0100, Fabian Pfitzner <[email protected]> wrote: > QtNetwork should only be installed, when the QTDECLARATIVE module has > been selected. Otherwise it will cause errors in the targetinstall > stage. > > Signed-off-by: Fabian Pfitzner <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/qt6.make b/rules/qt6.make > index 1e9ba9a8aec5..497b903617a8 100644 > --- a/rules/qt6.make > +++ b/rules/qt6.make > @@ -985,7 +985,9 @@ QT6_PLUGINS-$(PTXCONF_QT6_GLIB) > += networkinformation/libqglib > QT6_PLUGINS-$(PTXCONF_QT6_DBUS) += > networkinformation/libqnetworkmanager > QT6_PLUGINS-$(PTXCONF_QT6_MODULE_QTBASE) += > tls/libqcertonlybackend > QT6_PLUGINS-$(PTXCONF_QT6_OPENSSL) += > tls/libqopensslbackend > +ifdef PTXCONF_QT6_MODULE_QTDECLARATIVE > QT6_QML-$(PTXCONF_QT6_MODULE_QTBASE) += QtNetwork > +endif > > ### QtCharts ### > QT6_LIBS-$(PTXCONF_QT6_MODULE_QTCHARTS) += > Qt6Charts
