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

!qtHaveModule(widgets): SUBPROGRAMS -= \
          testGuiProcess