summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlquery/qxmlquery.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qxmlquery/qxmlquery.pro')
-rw-r--r--tests/auto/qxmlquery/qxmlquery.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qxmlquery/qxmlquery.pro b/tests/auto/qxmlquery/qxmlquery.pro
index e8ab641ab..3db3734fa 100644
--- a/tests/auto/qxmlquery/qxmlquery.pro
+++ b/tests/auto/qxmlquery/qxmlquery.pro
@@ -10,6 +10,12 @@ RESOURCES = input.qrc
QT += network
+!wince* {
+DEFINES += SRCDIR=\\\"$$PWD/\\\"
+} else {
+DEFINES += SRCDIR=\\\"./\\\"
+}
+
include (../xmlpatterns.pri)
wince*: {