summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-12-09 09:59:30 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-09 12:25:14 +0100
commite8efad1b22e69cb530191c1590c531a9613beacd (patch)
tree6a279c7251407a9de96b7ebe7956712c17098ad4 /tests/auto/corelib/io
parent6651e4fae3ee7d4c304ce67d32b211d691d32556 (diff)
QProcess-test: Fix executable location on Windows.
The executable needs to be in the test directory as it expects it sub-executables from there. Breakage introduced by 3385fb91e1e55e1bfa1f78dfb8ce2e9f3fdaedef Change-Id: Ic1f3db70851f65e2f12041c3a16cb8f0b7bdf35e Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Diffstat (limited to 'tests/auto/corelib/io')
-rw-r--r--tests/auto/corelib/io/qprocess/test/test.pro7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/corelib/io/qprocess/test/test.pro b/tests/auto/corelib/io/qprocess/test/test.pro
index 39ce734c56..a8dba5eb8b 100644
--- a/tests/auto/corelib/io/qprocess/test/test.pro
+++ b/tests/auto/corelib/io/qprocess/test/test.pro
@@ -4,12 +4,5 @@ embedded: QT += gui
SOURCES = ../tst_qprocess.cpp
TARGET = ../tst_qprocess
-win32 {
- CONFIG(debug, debug|release) {
- TARGET = ../../debug/tst_qprocess
- } else {
- TARGET = ../../release/tst_qprocess
- }
-}
TESTDATA += ../testBatFiles/*