Skip to content

Avoid calling setChildProcessModifier() on Windows

Marius Kittler requested to merge mkittler/qca:mingw-w64 into master

The compilation otherwise aborts as the function is only available on UNIX systems. Since the function is also only called when Qt 6 is used I assume it is not strictly necessary.

Merge request reports