summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtextstream/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qtextstream/test/test.pro')
-rw-r--r--tests/auto/corelib/io/qtextstream/test/test.pro40
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/qtextstream/test/test.pro b/tests/auto/corelib/io/qtextstream/test/test.pro
new file mode 100644
index 0000000000..e0eb4ef193
--- /dev/null
+++ b/tests/auto/corelib/io/qtextstream/test/test.pro
@@ -0,0 +1,40 @@
+load(qttest_p4)
+SOURCES += ../tst_qtextstream.cpp
+
+TARGET = ../tst_qtextstream
+
+win32 {
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qtextstream
+} else {
+ TARGET = ../../release/tst_qtextstream
+ }
+}
+
+RESOURCES += ../qtextstream.qrc
+
+QT = core network
+
+
+wince*|symbian: {
+ addFiles.files = ../rfc3261.txt ../shift-jis.txt ../task113817.txt ../qtextstream.qrc ../tst_qtextstream.cpp
+ addFiles.path = .
+ res.files = ../resources
+ res.path = .
+ DEPLOYMENT += addFiles
+}
+
+wince*: {
+ DEFINES += SRCDIR=\\\"\\\"
+}else:symbian {
+ # Symbian can't define SRCDIR meaningfully here
+ qt_not_deployed {
+ codecs_plugins.files = qcncodecs.dll qjpcodecs.dll qtwcodecs.dll qkrcodecs.dll
+ codecs_plugins.path = $$QT_PLUGINS_BASE_DIR/codecs
+ DEPLOYMENT += codecs_plugins
+ }
+}else {
+ DEFINES += SRCDIR=\\\"$$PWD/../\\\"
+}
+
+