public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/1] kconfig: port qconf to work with Qt6 in addition to Qt5
@ 2023-08-09 11:42 Boris Kolpackov
  2023-08-09 11:42 ` [PATCH v3 1/1] " Boris Kolpackov
  0 siblings, 1 reply; 3+ messages in thread
From: Boris Kolpackov @ 2023-08-09 11:42 UTC (permalink / raw)
  To: Masahiro Yamada, linux-kbuild; +Cc: linux-kernel, Boris Kolpackov

This patch ports qconf to work with Qt6 in addition to latest Qt5. Tested
with Qt5 5.15 and Qt6 6.4. Note that earlier versions of Qt5 are no longer
guaranteed to work.

Compared to the v1 patch version, v2 also changes qconf-cfg.sh to first look
for Qt6 and fallback to Qt5.

Compared to the v2 patch version, v3 forces C++17 in qconf-cfg.sh for Qt6.

Signed-off-by: Boris Kolpackov <boris@codesynthesis.com>

Boris Kolpackov (1):
  kconfig: port qconf to work with Qt6 in addition to Qt5

 scripts/kconfig/qconf-cfg.sh | 25 +++++++++++++++-------
 scripts/kconfig/qconf.cc     | 40 +++++++++++++++++++++++-------------
 2 files changed, 44 insertions(+), 21 deletions(-)

--
2.40.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-16  3:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-09 11:42 [PATCH v3 0/1] kconfig: port qconf to work with Qt6 in addition to Qt5 Boris Kolpackov
2023-08-09 11:42 ` [PATCH v3 1/1] " Boris Kolpackov
2023-08-16  3:05   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox