summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlabel
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2009-09-23 18:02:53 +0200
committerJoerg Bornemann <joerg.bornemann@nokia.com>2009-09-23 18:03:39 +0200
commitaffff618d68dd7f0c6c6abd2dd59ed151e45e220 (patch)
tree31569295b377daafaf4db4bca4acceaa890b33df /tests/auto/qlabel
parent89261bc78f370bc54582e9fec736e6204c299ae1 (diff)
QLabel and QTextEdit autotest pro files fixed
Reviewed-by: joerg
Diffstat (limited to 'tests/auto/qlabel')
-rw-r--r--tests/auto/qlabel/qlabel.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qlabel/qlabel.pro b/tests/auto/qlabel/qlabel.pro
index c274b4a44e..6d55c13729 100644
--- a/tests/auto/qlabel/qlabel.pro
+++ b/tests/auto/qlabel/qlabel.pro
@@ -3,7 +3,7 @@ SOURCES += tst_qlabel.cpp
wince*:{
DEFINES += SRCDIR=\\\"\\\"
-} !symbian {
+} else:!symbian {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}