tests/auto/qtipc/qsystemsemaphore/qsystemsemaphore.pro
changeset 23 89e065397ea6
parent 18 2f34d5167611
--- 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
 }