Skip to content

Explicitly link QGuiApplication in runner tests

David Edmundson requested to merge work/qt6_runner_tests into master

We use QAction's with icons in our test. This requires a QGuiApplication.

QTEST_MAIN tries to be smart and will become a QGui or QCore application depending on the linked libraries.

In Qt6 porting somewhere this doesn't get implicitly pulled in.

Merge request reports