From: Fabian Pfitzner <f.pfitzner@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Fabian Pfitzner <f.pfitzner@pengutronix.de>
Subject: [ptxdist] [PATCH] qt6: fix broken qml qtnetwork dependency
Date: Wed, 19 Nov 2025 10:20:36 +0100 [thread overview]
Message-ID: <20251119092035.489104-2-f.pfitzner@pengutronix.de> (raw)
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
reply other threads:[~2025-11-19 9:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251119092035.489104-2-f.pfitzner@pengutronix.de \
--to=f.pfitzner@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox