I am little concerned that I should use my .pro file to include CONFIG += qtestlib.

I would like to write testing classes for my project. But is that mean that all testing classes will be build into my project ? How to hook up QtTest to existing project. Should it be a separate Testing project which includes to your testing.pro all headers and sources from project ?

Thanks