summaryrefslogtreecommitdiff
path: root/tests/auto/qxmlformatter/qxmlformatter.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qxmlformatter/qxmlformatter.pro')
-rw-r--r--tests/auto/qxmlformatter/qxmlformatter.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qxmlformatter/qxmlformatter.pro b/tests/auto/qxmlformatter/qxmlformatter.pro
new file mode 100644
index 0000000..bcab0b4
--- /dev/null
+++ b/tests/auto/qxmlformatter/qxmlformatter.pro
@@ -0,0 +1,10 @@
+load(qttest_p4)
+SOURCES += tst_qxmlformatter.cpp
+
+include (../xmlpatterns.pri)
+
+wince*|symbian:{
+ addFiles.files = baselines input
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+}