From e8efad1b22e69cb530191c1590c531a9613beacd Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 9 Dec 2011 09:59:30 +0100 Subject: [PATCH] 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 --- tests/auto/corelib/io/qprocess/test/test.pro | 7 ------- 1 file changed, 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/*