Skip to content

Include only needed headers instead of QtTest module header

Friedrich W. H. Kossebau requested to merge work/kossebau/nomoduleincludes into master

Speeds up builds a bit, with no real additional costs here.

If interested in motivation, read e.g. "The QtTest fiasco" in https://www.kdab.com/beware-of-qt-module-wide-includes

Merge request reports