Changed installTestHelperApp() to use relative paths to build
- Changed installTestHelperApp() to use OUT_PWD path to find files. (was looking in source tree instead of build) Change-Id: If795c17a76aebcfbbe0d4f84c5df784a255ddb19 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
03238488eb
commit
c7093ba874
@ -144,7 +144,7 @@ defineTest(installTestHelperApp) {
|
||||
subPath = $${subInstall}.path
|
||||
win32: extension = .exe
|
||||
$$subTarget = $${2}/$${3}$${extension}
|
||||
$$subFiles = $${1}$${extension}
|
||||
$$subFiles = $${OUT_PWD}/$${1}$${extension}
|
||||
$$subPath = $${target.path}/$${2}
|
||||
$$subConfig += no_check_exist executable
|
||||
INSTALLS += $${subInstall}
|
||||
|
Loading…
Reference in New Issue
Block a user