summaryrefslogtreecommitdiffstats
path: root/tests/auto/qprocess/qprocess.pro
blob: 047828a0c637cb2830d71fcd8e6a631cd120a84f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
TEMPLATE = subdirs

SUBDIRS = testProcessCrash \
          testProcessEcho \
          testProcessEcho2 \
          testProcessEcho3 \
          testProcessEnvironment \
          testProcessLoopback \
          testProcessNormal \
          testProcessOutput \
          testProcessDeadWhileReading \
          testProcessEOF \
          testProcessSpacesArgs/nospace.pro \
          testExitCodes \
          testSpaceInName \
          testGuiProcess \
          testDetached \
          fileWriterProcess \
          testSetWorkingDirectory

!symbian: {
SUBDIRS +=testProcessSpacesArgs/onespace.pro \
          testProcessSpacesArgs/twospaces.pro \
          testSoftExit
}

win32:!wince*:SUBDIRS+=testProcessEchoGui

SUBDIRS += test