summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdom/qdom.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-07-29 10:47:40 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-07-29 10:55:17 (GMT)
commitb1312ef2b39916adea17c60e567e082111460958 (patch)
tree3e688ac011e41eecd170d719fc1703d103891341 /tests/auto/qdom/qdom.pro
parent21e5823e431bb8a64a048e61419b7bfc56f674d6 (diff)
downloadQt-b1312ef2b39916adea17c60e567e082111460958.zip
Qt-b1312ef2b39916adea17c60e567e082111460958.tar.gz
Qt-b1312ef2b39916adea17c60e567e082111460958.tar.bz2
Autotest: make tst_qdom work with shadow builds too.
Reviewed-by: Peter Hartmann
Diffstat (limited to 'tests/auto/qdom/qdom.pro')
-rw-r--r--tests/auto/qdom/qdom.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qdom/qdom.pro b/tests/auto/qdom/qdom.pro
index 5466dfa..7738fb7 100644
--- a/tests/auto/qdom/qdom.pro
+++ b/tests/auto/qdom/qdom.pro
@@ -10,4 +10,8 @@ wince*: {
DEPLOYMENT += addFiles
DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs
+ DEFINES += SRCDIR=\\\"\\\"
+}
+else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
}