tests/auto/qtipc/qsystemsemaphore/qsystemsemaphore.pro
branchGCC_SURGE
changeset 31 5daf16870df6
parent 23 89e065397ea6
--- 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
 }