summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qprocess/test/test.pro')
-rw-r--r--tests/auto/corelib/io/qprocess/test/test.pro21
1 files changed, 1 insertions, 20 deletions
diff --git a/tests/auto/corelib/io/qprocess/test/test.pro b/tests/auto/corelib/io/qprocess/test/test.pro
index a91caddd2f..5581077387 100644
--- a/tests/auto/corelib/io/qprocess/test/test.pro
+++ b/tests/auto/corelib/io/qprocess/test/test.pro
@@ -18,10 +18,7 @@ win32: {
QT = core
-
-!symbian: {
- QT += network
-}
+QT += network
embedded: QT += gui
@@ -106,19 +103,3 @@ wince*: {
addFile_testSoftExit \
addFile_testSpaceInName
}
-
-symbian: {
- binDep.files = \
- fileWriterProcess.exe \
- testDetached.exe \
- testExitCodes.exe \
- testProcessCrash.exe \
- testProcessEcho.exe \
- testProcessNormal.exe \
- testProcessOutput.exe \
- nospace.exe \
- testSpaceInName.exe
- binDep.path = \\sys\\bin
-
- DEPLOYMENT += binDep
-}