when i have nested Qt project with many *.pro files under the root project
i run script ( perl script ) that run recursively with the command

qmake -tp vc *.pro

but is there better way to do it just with qmake alone without scripts ?