summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testExitCodes/testExitCodes.pro
diff options
context:
space:
mode:
authorKurt Korbatits <kurt.korbatits@nokia.com>2012-01-12 13:07:12 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-16 01:55:18 +0100
commitf1da37e9891417a41343ca39e729e3766959157f (patch)
treec27e4df00ad58d7cdb0c632dbde739e991b7e928 /tests/auto/corelib/io/qprocess/testExitCodes/testExitCodes.pro
parent2087db0b20a694728e6b6e27b65199a9e9fa5ed3 (diff)
Changed qprocess unittest to work from installation directory.
- All subprograms installed as part of test instead of separate installs using installTestHelperApp() from testcase.prf - Removed use of app_bundle for subprograms Change-Id: I0a3de021800d36bd48479f63588b09fc7e60f32f Reviewed-by: Kurt Korbatits <kurt.korbatits@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/corelib/io/qprocess/testExitCodes/testExitCodes.pro')
-rw-r--r--tests/auto/corelib/io/qprocess/testExitCodes/testExitCodes.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/corelib/io/qprocess/testExitCodes/testExitCodes.pro b/tests/auto/corelib/io/qprocess/testExitCodes/testExitCodes.pro
index afa8e4ccab..b08371804f 100644
--- a/tests/auto/corelib/io/qprocess/testExitCodes/testExitCodes.pro
+++ b/tests/auto/corelib/io/qprocess/testExitCodes/testExitCodes.pro
@@ -3,7 +3,3 @@ CONFIG -= qt app_bundle
CONFIG += console
DESTDIR = ./
-
-# This app is testdata for tst_qprocess
-target.path = $$[QT_INSTALL_TESTS]/tst_qprocess/$$TARGET
-INSTALLS += target