1
TEMPLATE = subdirs
2
wince*:{
3
SUBDIRS = test
4
} else {
5
SUBDIRS = test stdinprocess
6
}
7
8
!symbian*:SUBDIRS += largefile
9