diff options
Diffstat (limited to 'tests/auto/qxmlstream/qxmlstream.pro')
-rw-r--r-- | tests/auto/qxmlstream/qxmlstream.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/qxmlstream.pro b/tests/auto/qxmlstream/qxmlstream.pro new file mode 100644 index 0000000..46eed56 --- /dev/null +++ b/tests/auto/qxmlstream/qxmlstream.pro @@ -0,0 +1,11 @@ +load(qttest_p4) +SOURCES += tst_qxmlstream.cpp + +QT = core xml network + + +wince*: { + addFiles.sources = data XML-Test-Suite + addFiles.path = . + DEPLOYMENT += addFiles +} |