Fix implicit QString conversion on Windows
I am unsure why this error occurs only now for me.
Fix implicit QString conversion on Windows
Description
Details
Event TimelineComment Actions KDECompilerSettings now sets -DQT_NO_CAST_FROM_ASCII (and others) also on Windows because we increased the required KF5 version to 5.104. Comment Actions 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. |