--- a/tests/auto/qxmlquery/qxmlquery.pro Tue Jul 06 15:10:48 2010 +0300
+++ b/tests/auto/qxmlquery/qxmlquery.pro Wed Aug 18 10:37:55 2010 +0300
@@ -18,12 +18,17 @@
include (../xmlpatterns.pri)
-wince*|symbian*: {
+wince*|symbian: {
addFiles.sources = pushBaselines input.xml
addFiles.path = .
patternistFiles.sources = ../xmlpatterns/queries
- patternistFiles.path = ../xmlpatterns
+ symbian: {
+ #../xmlpatterns resolves to an illegal path for deployment
+ patternistFiles.path = xmlpatterns
+ } else {
+ patternistFiles.path = ../xmlpatterns
+ }
DEPLOYMENT += addFiles patternistFiles
}