Include QTest instead of QtTest (to avoid module-wide includes)
See https://www.kdab.com/beware-of-qt-module-wide-includes/ (tl;dr QtTest includes too much, and we only use stuff in QTest anyway)
See https://www.kdab.com/beware-of-qt-module-wide-includes/ (tl;dr QtTest includes too much, and we only use stuff in QTest anyway)