summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextboundaryfinder
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtextboundaryfinder')
-rw-r--r--tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro b/tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro
index c52ca52fa8..ba0084a03d 100644
--- a/tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro
+++ b/tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro
@@ -2,9 +2,7 @@ load(qttest_p4)
QT = core
HEADERS +=
SOURCES += tst_qtextboundaryfinder.cpp
-integrity {
- DEFINES += SRCDIR=\"/\"
-} else:!symbian {
+!symbian {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}