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.pro34
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/auto/qxmlquery/qxmlquery.pro b/tests/auto/qxmlquery/qxmlquery.pro
new file mode 100644
index 0000000..d5e8228
--- /dev/null
+++ b/tests/auto/qxmlquery/qxmlquery.pro
@@ -0,0 +1,34 @@
+load(qttest_p4)
+SOURCES += tst_qxmlquery.cpp MessageValidator.cpp TestFundament.cpp
+HEADERS += PushBaseliner.h \
+ MessageSilencer.h \
+ ../qsimplexmlnodemodel/TestSimpleNodeModel.h \
+ MessageValidator.h \
+ NetworkOverrider.h
+
+RESOURCES = input.qrc
+
+QT += network
+
+wince* {
+ DEFINES += SRCDIR=\\\"./\\\"
+} else:!symbian {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}
+
+include (../xmlpatterns.pri)
+
+wince*|symbian: {
+ addFiles.files = pushBaselines input.xml
+ addFiles.path = .
+
+ patternistFiles.files = ../xmlpatterns/queries
+ symbian: {
+ #../xmlpatterns resolves to an illegal path for deployment
+ patternistFiles.path = xmlpatterns
+ } else {
+ patternistFiles.path = ../xmlpatterns
+ }
+
+ DEPLOYMENT += addFiles patternistFiles
+}