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 3385fb91e1

Change-Id: Ic1f3db70851f65e2f12041c3a16cb8f0b7bdf35e
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
This commit is contained in:
Friedemann Kleint 2011-12-09 09:59:30 +01:00 committed by Qt by Nokia
parent 6651e4fae3
commit e8efad1b22

View File

@ -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/*