diff -r 93b982ccede2 -r 5daf16870df6 tests/auto/qtipc/qsystemsemaphore/qsystemsemaphore.pro --- a/tests/auto/qtipc/qsystemsemaphore/qsystemsemaphore.pro Mon Jun 21 22:38:13 2010 +0100 +++ b/tests/auto/qtipc/qsystemsemaphore/qsystemsemaphore.pro Thu Jul 22 16:41:55 2010 +0100 @@ -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 }