From a1f8b989853755522f8f831d15b5284351eb6fe9 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 9 Sep 2009 17:33:27 +0200 Subject: tests/auto/qfile/test/test.pro fixed Reviewed-by: thartman --- tests/auto/qfile/test/test.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/auto/qfile/test/test.pro b/tests/auto/qfile/test/test.pro index 80102f0..46f63b3 100644 --- a/tests/auto/qfile/test/test.pro +++ b/tests/auto/qfile/test/test.pro @@ -1,7 +1,7 @@ load(qttest_p4) SOURCES += ../tst_qfile.cpp -wince*|symbian:{ +wince*|symbian { QT = core gui files.sources += ..\dosfile.txt ..\noendofline.txt ..\testfile.txt \ ..\testlog.txt ..\two.dots.file ..\tst_qfile.cpp \ @@ -13,10 +13,10 @@ wince*|symbian:{ DEPLOYMENT = files resour } -wince*:{ +wince* { DEFINES += SRCDIR=\\\"\\\" -} symbian: { - # don't define SRCDIR at all +} else:symbian { + # do not define SRCDIR at all TARGET.EPOCHEAPSIZE = 0x100000 0x3000000 } else { QT = core network -- cgit v0.12