1 2 3 4 5 6 7
TEMPLATE = subdirs SUBDIRS = win mac unix common exists( project.ts ) { win32: system(del project.ts) unix: system(rm project.ts) }