summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtextstream
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-11-07 16:46:52 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-11 02:45:05 +0100
commit94fc8750797ffd3ef867d0cdc7849492cfee2c23 (patch)
tree2be26c742cd693cf9683b10a8cea2b17a0eac8da /tests/auto/corelib/io/qtextstream
parentb0a7af6b4debecd7226289f278e5acf571d80c64 (diff)
Cleanup corelib autotests
Tidy the autotest .pro files. Most autotest .pro files should look like this: CONFIG += testcase TARGET = tst_something QT = core testlib SOURCES = tst_something.cpp Change-Id: I877c2194e9fa9dd13478d117895e1e255a948ad7 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/corelib/io/qtextstream')
-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 = .