* [ptxdist] [PATCH] qt6: fix broken qml qtnetwork dependency
@ 2025-11-19 9:20 Fabian Pfitzner
2025-12-04 13:14 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Fabian Pfitzner @ 2025-11-19 9:20 UTC (permalink / raw)
To: ptxdist; +Cc: Fabian Pfitzner
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 <f.pfitzner@pengutronix.de>
---
rules/qt6.make | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rules/qt6.make b/rules/qt6.make
index ac7f0683b..4fd369a0e 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
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] qt6: fix broken qml qtnetwork dependency
2025-11-19 9:20 [ptxdist] [PATCH] qt6: fix broken qml qtnetwork dependency Fabian Pfitzner
@ 2025-12-04 13:14 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-12-04 13:14 UTC (permalink / raw)
To: ptxdist; +Cc: Fabian Pfitzner
Thanks, applied as 608c0a52f3c663d608e85318664a77e39f4dd1b0.
Michael
[sent from post-receive hook]
On Thu, 04 Dec 2025 14:14:49 +0100, Fabian Pfitzner <f.pfitzner@pengutronix.de> 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 <f.pfitzner@pengutronix.de>
> Message-Id: <20251119092035.489104-2-f.pfitzner@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-04 13:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-19 9:20 [ptxdist] [PATCH] qt6: fix broken qml qtnetwork dependency Fabian Pfitzner
2025-12-04 13:14 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox