diff -r 79de32ba3296 -r 89e065397ea6 tests/auto/qtipc/qsystemsemaphore/qsystemsemaphore.pro --- a/tests/auto/qtipc/qsystemsemaphore/qsystemsemaphore.pro Fri May 14 16:40:13 2010 +0300 +++ b/tests/auto/qtipc/qsystemsemaphore/qsystemsemaphore.pro Thu May 27 13:40:48 2010 +0300 @@ -17,9 +17,8 @@ # this test calls lackey, which then again depends on QtScript. # let's add it here so that it gets deployed easily QT += script -lackey.sources = ../lackey/lackey.exe -lackey.path = ../lackey - +lackey.sources = $$OUT_PWD/../lackey/lackey.exe ../lackey/scripts +lackey.path = . DEPLOYMENT += lackey }