summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2010-04-20 11:52:58 +0200
committerJoerg Bornemann <joerg.bornemann@nokia.com>2010-04-21 10:54:14 +0200
commit590fa9360f2c473fc175caa88d2fa4bfaf23ea0d (patch)
treef44daf3f680d84e7f4b348d23bfbed910f32b5db /tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp
parent11b2a34d5a1b86883bb44bad83b9b23953b850c2 (diff)
tst_qsharedmemory: fix deployment of lackey.exe for WinCE
Reviewed-by: mauricek
Diffstat (limited to 'tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp')
-rw-r--r--tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp b/tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp
index d1db003a80..ebae328e84 100644
--- a/tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp
+++ b/tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp
@@ -53,7 +53,7 @@
#define SRCDIR "c:/data/qsharedmemorytemp/"
#define LACKEYDIR SRCDIR "lackey"
#elif defined(Q_OS_WINCE)
-#define LACKEYDIR SRCDIR "lackey"
+#define LACKEYDIR SRCDIR
#else
#define LACKEYDIR SRCDIR "../lackey"
#endif