From 590fa9360f2c473fc175caa88d2fa4bfaf23ea0d Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 20 Apr 2010 11:52:58 +0200 Subject: tst_qsharedmemory: fix deployment of lackey.exe for WinCE Reviewed-by: mauricek --- tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp') 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 -- cgit v1.2.1