Skip to content

Add -DQT_NO_SIGNALS_SLOTS_KEYWORDS

David Edmundson requested to merge work/fix_build into master

Discover isn't quite ported away from all keywords and foreach, but it does need to avoid defining "signal" as we import glib libraries.

This matches the behaviour from KDEFrameworkCompilerSettings from the previous release.

Merge request reports