Hi,

I want to compile only the test classes, how can arrive at getting only test classes compiled and executed?

Qt Code:
  1. make test --> build test class alone
  2. make all --> build test class and production class
To copy to clipboard, switch view to plain text mode 


Do we have any material/links on making customized build rule, does qmake can be tuned to do this task.

Thanks
vels