summaryrefslogtreecommitdiff
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.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/qxmlquery/qxmlquery.pro b/tests/auto/qxmlquery/qxmlquery.pro
index 7dca9b9..1f25eda 100644
--- a/tests/auto/qxmlquery/qxmlquery.pro
+++ b/tests/auto/qxmlquery/qxmlquery.pro
@@ -14,13 +14,3 @@ QT += network testlib
TESTDATA = data/* pushBaselines/* input.xml
include (../xmlpatterns.pri)
-
-wince*: {
- addFiles.files = pushBaselines input.xml
- addFiles.path = .
-
- patternistFiles.files = ../xmlpatterns/queries
- patternistFiles.path = ../xmlpatterns
-
- DEPLOYMENT += addFiles patternistFiles
-}