11 lines
150 B
Prolog
11 lines
150 B
Prolog
|
TEMPLATE = subdirs
|
||
|
wince*|symbian:{
|
||
|
SUBDIRS = test
|
||
|
} else {
|
||
|
SUBDIRS = test stdinprocess
|
||
|
}
|
||
|
|
||
|
!symbian:SUBDIRS += largefile
|
||
|
|
||
|
CONFIG += parallel_test
|