diff options
author | axis <qt-info@nokia.com> | 2009-11-04 10:18:15 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-11-04 10:18:15 (GMT) |
commit | 67105efc1e1ebfb435ad5d64171111799959a7c3 (patch) | |
tree | 9f330a35f0e0bf48ae844f4eceea84ba001568f1 /tests/auto/xmlpatterns/xmlpatterns.pro | |
parent | bffb6602177476f08710b40a83205b9ab839f6f4 (diff) | |
parent | fc45c07c27100591750ad5c360fde535e15b9dbd (diff) | |
download | Qt-67105efc1e1ebfb435ad5d64171111799959a7c3.zip Qt-67105efc1e1ebfb435ad5d64171111799959a7c3.tar.gz Qt-67105efc1e1ebfb435ad5d64171111799959a7c3.tar.bz2 |
Merge branch '4.6-s60' into 4.6
Diffstat (limited to 'tests/auto/xmlpatterns/xmlpatterns.pro')
-rw-r--r-- | tests/auto/xmlpatterns/xmlpatterns.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/xmlpatterns/xmlpatterns.pro b/tests/auto/xmlpatterns/xmlpatterns.pro index 01e3b2b..54dd9aa 100644 --- a/tests/auto/xmlpatterns/xmlpatterns.pro +++ b/tests/auto/xmlpatterns/xmlpatterns.pro @@ -2,10 +2,10 @@ load(qttest_p4) SOURCES += tst_xmlpatterns.cpp \ ../qxmlquery/TestFundament.cpp -!wince* { -DEFINES += SRCDIR=\\\"$$PWD/\\\" -} else { +wince* { DEFINES += SRCDIR=\\\"./\\\" +} else:!symbian { +DEFINES += SRCDIR=\\\"$$PWD/\\\" } include (../xmlpatterns.pri) |