public inbox for ofono@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH phonesim 0/3] Port to Qt6 (v2)
@ 2026-02-28  9:12 Andres Salomon
  2026-02-28  9:15 ` [PATCH phonesim 1/3] Fix compatibility with Qt6 Andres Salomon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andres Salomon @ 2026-02-28  9:12 UTC (permalink / raw)
  To: ofono; +Cc: Jonah Brüchert

From: Andres Salomon <dilinger@queued.net>

A few years ago, Jonah send patches to port Phonesim to Qt6, but only
some of them were accepted. In particular, the patches to convert the
project to CMake were not pulled in. Rather than switch to CMake, here's
a patch set that enables Qt6 within the existing Autoconf build system.

This first checks for Qt6, and will fall back to Qt5. There are still
plenty of warnings when building for Qt6 due to the Qt5 Compat module
being used, but those can be cleaned up in time.

Andres Salomon (2):
  Only call QTextStream::setCodec in Qt5
  Make configure script detect and enable Qt6 if available

Jonah Brüchert (1):
  Fix compatibility with Qt6

 configure.ac     | 26 +++++++++++++++++---------
 src/control.cpp  |  8 +++++---
 src/phonesim.cpp |  2 +-
 src/qwsppdu.cpp  | 12 ++++++------
 4 files changed, 29 insertions(+), 19 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2026-02-28  9:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-28  9:12 [PATCH phonesim 0/3] Port to Qt6 (v2) Andres Salomon
2026-02-28  9:15 ` [PATCH phonesim 1/3] Fix compatibility with Qt6 Andres Salomon
2026-02-28  9:16 ` [PATCH phonesim 2/3] Only call QTextStream::setCodec in Qt5 Andres Salomon
2026-02-28  9:17 ` [PATCH phonesim 3/3] Make configure script detect and enable Qt6 if available Andres Salomon

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