Mailing List Archive

[PATCH gpgme] Qt 6 build fixes
Hi,

the attached patch fixes building with Qt 6 here, at least as far as the C++
code is concerned, there is still the remaining issue of the build system not
supporting that yet of course.

Regards,
Volker
Re: [PATCH gpgme] Qt 6 build fixes [ In reply to ]
Hi Volker,

On Montag, 10. Oktober 2022 17:44:38 CEST Volker Krause wrote:
> the attached patch fixes building with Qt 6 here, at least as far as the C++
> code is concerned, there is still the remaining issue of the build system
> not supporting that yet of course.

Thanks. I also saw this today. I fixed the build with Qt 6 by removing the
unused struct. It was used in an ancient old implementation of the config
class.

FWIW, I have built qgpgme (including the tests) successfully with Qt 6.4. I
decided to build either against Qt 5 (the default) or Qt 6 (if requested
explicitly or if only Qt 6 is found).

Regards,
Ingo