summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qtextstream/test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/serialization/qtextstream/test')
-rw-r--r--tests/auto/corelib/serialization/qtextstream/test/test.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/auto/corelib/serialization/qtextstream/test/test.pro b/tests/auto/corelib/serialization/qtextstream/test/test.pro
new file mode 100644
index 0000000000..3dcfa0b414
--- /dev/null
+++ b/tests/auto/corelib/serialization/qtextstream/test/test.pro
@@ -0,0 +1,26 @@
+CONFIG += testcase
+TARGET = ../tst_qtextstream
+QT = core network testlib
+SOURCES = ../tst_qtextstream.cpp
+RESOURCES += ../qtextstream.qrc
+
+win32 {
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qtextstream
+ } else {
+ TARGET = ../../release/tst_qtextstream
+ }
+}
+
+TESTDATA += \
+ ../rfc3261.txt \
+ ../shift-jis.txt \
+ ../task113817.txt \
+ ../qtextstream.qrc \
+ ../tst_qtextstream.cpp \
+ ../resources \
+ ../BLACKLIST
+
+builtin_testdata {
+ DEFINES += BUILTIN_TESTDATA
+}