From aa3351315c9cb2c76933918635c007c1c57ccbf9 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Wed, 21 Dec 2011 12:24:39 +0200 Subject: Symbian: Fix SRCDIR usage in qlayout autotest. SRCDIR was not defined at all in Symbian builds. Task-number: ou1cimx1#957098 Reviewed-by: mread --- tests/auto/qlayout/tst_qlayout.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/auto/qlayout/tst_qlayout.cpp b/tests/auto/qlayout/tst_qlayout.cpp index 96f8863..be3998f 100644 --- a/tests/auto/qlayout/tst_qlayout.cpp +++ b/tests/auto/qlayout/tst_qlayout.cpp @@ -60,6 +60,10 @@ # include #endif +#if defined(Q_OS_SYMBIAN) +# define SRCDIR "." +#endif + //TESTED_CLASS= //TESTED_FILES= -- cgit v0.12