summaryrefslogtreecommitdiffstats
path: root/tests/auto/qprocess/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qprocess/test/test.pro')
-rw-r--r--tests/auto/qprocess/test/test.pro49
1 files changed, 49 insertions, 0 deletions
diff --git a/tests/auto/qprocess/test/test.pro b/tests/auto/qprocess/test/test.pro
new file mode 100644
index 0000000..3741e3c
--- /dev/null
+++ b/tests/auto/qprocess/test/test.pro
@@ -0,0 +1,49 @@
+load(qttest_p4)
+
+SOURCES += ../tst_qprocess.cpp
+!wince*: {
+TARGET = ../tst_qprocess
+
+win32: {
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qprocess
+} else {
+ TARGET = ../../release/tst_qprocess
+ }
+}
+} else {
+ TARGET = tst_qprocess
+}
+
+
+
+QT = core
+QT += network
+embedded: QT += gui
+
+wince*: {
+ addFiles.sources = \
+ ../fileWriterProcess \
+ "../test Space In Name" \
+ ../testBatFiles \
+ ../testDetached \
+ ../testExitCodes \
+ ../testGuiProcess \
+ ../testProcessCrash \
+ ../testProcessDeadWhileReading \
+ ../testProcessEcho \
+ ../testProcessEcho2 \
+ ../testProcessEcho3 \
+ ../testProcessEchoGui \
+ ../testProcessEOF \
+ ../testProcessLoopback \
+ ../testProcessNormal \
+ ../testProcessOutput \
+ ../testProcessSpacesArgs \
+ ../testSoftExit \
+ ../testSpaceInName
+
+ addFiles.path = \Program Files\tst_qprocess
+ DEPLOYMENT += addFiles
+}
+