Changed installTestHelperApp() to use relative paths to build
authorKurt Korbatits <kurt.korbatits@nokia.com>
Thu, 22 Mar 2012 02:46:19 +0000 (12:46 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 22 Mar 2012 05:49:06 +0000 (06:49 +0100)
- 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>
mkspecs/features/testcase.prf

index b00d155..ea7b520 100644 (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}