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:
Kurt Korbatits 2012-03-22 12:46:19 +10:00 committed by Qt by Nokia
parent 03238488eb
commit c7093ba874

View File

@ -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}