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.pro19
1 files changed, 8 insertions, 11 deletions
diff --git a/tests/auto/corelib/io/qtextstream/test/test.pro b/tests/auto/corelib/io/qtextstream/test/test.pro
index 8a0c9d4fb1..cf53f44833 100644
--- a/tests/auto/corelib/io/qtextstream/test/test.pro
+++ b/tests/auto/corelib/io/qtextstream/test/test.pro
@@ -1,20 +1,17 @@
CONFIG += testcase
-SOURCES += ../tst_qtextstream.cpp
-
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
- }
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qtextstream
+ } else {
+ TARGET = ../../release/tst_qtextstream
+ }
}
-RESOURCES += ../qtextstream.qrc
-
-QT = core network testlib
-
wince* {
addFiles.files = ../rfc3261.txt ../shift-jis.txt ../task113817.txt ../qtextstream.qrc ../tst_qtextstream.cpp
addFiles.path = .