mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Fabian Pfitzner <f.pfitzner@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] qt6: fix broken qml qtnetwork dependency
Date: Thu,  4 Dec 2025 14:14:49 +0100	[thread overview]
Message-ID: <20251204131449.2196983-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20251119092035.489104-2-f.pfitzner@pengutronix.de>

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



      reply	other threads:[~2025-12-04 13:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-19  9:20 [ptxdist] [PATCH] " Fabian Pfitzner
2025-12-04 13:14 ` Michael Olbrich [this message]

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=20251204131449.2196983-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=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