Hello everyone, Is it possible to specify in the Qt project files - root/myproj.pro - root/dir1/dir1.pro - root/dir2/dir2.pro that the two programs - root/dir1/test1.cpp - root/dir2/test2.cpp should be compiled and run with no errors before - root/main.cpp is compiled? Thanks! Samuel