summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/qprocess.pri
blob: a43c82384650eb8dac2333002e927f860eb55875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBPROGRAMS = \
          testProcessCrash \
          testProcessEcho \
          testProcessEcho2 \
          testProcessEcho3 \
          testProcessEnvironment \
          testProcessHang \
          testProcessNormal \
          testProcessOutput \
          testProcessDeadWhileReading \
          testProcessEOF \
          testExitCodes \
          testGuiProcess \
          testDetached \
          fileWriterProcess \
          testSetWorkingDirectory \
          testSoftExit

!contains(QMAKE_PLATFORM, wince): SUBPROGRAMS += testForwarding

!qtHaveModule(widgets): SUBPROGRAMS -= \
          testGuiProcess