PDA

View Full Version : how can i create visual studio sulotion file from nested Qt project



umen
19th May 2011, 12:32
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 ?

wysota
21st May 2011, 00:29
qmake -tp vc -r