How to create/launch integration test in QT? For example, I want to test my application on receiving events and check signals with QSignalSpy, but it looks like there is no option to execute your application and test after that.
Update:
I'm familiar with QTest
and using it - I'm actually looking how to launch custom application, not base one with QTEST_MAIN
macro