Home GnuPG

Fix implicit QString conversion on Windows

Description

Fix implicit QString conversion on Windows

I am unsure why this error occurs only now for me.

Details

Provenance
aheineckeAuthored on Aug 9 2023, 2:46 PM
Parents
rKLEOPATRAc3277da9aa4b: GIT_SILENT Sync po/docbooks with svn
Branches
Unknown
Tags
Unknown

Event Timeline

KDECompilerSettings now sets -DQT_NO_CAST_FROM_ASCII (and others) also on Windows because we increased the required KF5 version to 5.104.

Yes, I remembered that too when I encountered it in a different place.

We need to make sure that we update this more often. Usually we are on quite recent KF Versions on Windows. And mostly our regex hack in the unpack command takes care of adjusting the required version, but having the different KF versions makes it nicer for me to symlink my Kleo development sources into a Gpg4win buildtree without having to patch it.