Quote Originally Posted by anda_skoa View Post
your tests.pro is missing the HEADERS line for the MyClass header

Cheers,
_
yes, it works thanks. Now I have to move SOURCES and HEADERS to own .pri file because I don't like to copy stuff to two places each time I add a new class in main project.