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:
parent
6651e4fae3
commit
e8efad1b22
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user