Hi Petr,
A header file might contain multiple classes and a single Mock.h file will be generated containing multiple classes as well.
You only need to include generated/TrackerRequestSessionMock.h in your test module it will contain both class TrackerRequestSessionMock and TrackerRequestSessionStatusMock.
Btw, make sure you rm Makefile* so that the dependencies that would create the mock header are put in place! qmake will scan the dependencies of each file only when creating the Makefiles. If you add an #include, the dependencies of the file will not be automatically rescanned.
Regards,
Peter
