summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/qxmlstream.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/xml/qxmlstream/qxmlstream.pro')
-rw-r--r--tests/auto/corelib/xml/qxmlstream/qxmlstream.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/corelib/xml/qxmlstream/qxmlstream.pro b/tests/auto/corelib/xml/qxmlstream/qxmlstream.pro
new file mode 100644
index 0000000000..894801d8dc
--- /dev/null
+++ b/tests/auto/corelib/xml/qxmlstream/qxmlstream.pro
@@ -0,0 +1,14 @@
+load(qttest_p4)
+SOURCES += tst_qxmlstream.cpp
+
+QT = core xml network
+
+
+wince*|symbian: {
+ addFiles.files = data XML-Test-Suite
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+ wince*:DEFINES += SRCDIR=\\\"\\\"
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}