summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/codecs/qtextcodec/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/codecs/qtextcodec/test/test.pro')
-rw-r--r--tests/auto/corelib/codecs/qtextcodec/test/test.pro25
1 files changed, 7 insertions, 18 deletions
diff --git a/tests/auto/corelib/codecs/qtextcodec/test/test.pro b/tests/auto/corelib/codecs/qtextcodec/test/test.pro
index 16b831ec03..29b359c38f 100644
--- a/tests/auto/corelib/codecs/qtextcodec/test/test.pro
+++ b/tests/auto/corelib/codecs/qtextcodec/test/test.pro
@@ -2,23 +2,12 @@ CONFIG += testcase
QT += testlib
SOURCES = ../tst_qtextcodec.cpp
-!wince* {
- TARGET = ../tst_qtextcodec
- win32: {
- CONFIG(debug, debug|release) {
- TARGET = ../../debug/tst_qtextcodec
- } else {
- TARGET = ../../release/tst_qtextcodec
- }
+TARGET = ../tst_qtextcodec
+win32 {
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qtextcodec
+ } else {
+ TARGET = ../../release/tst_qtextcodec
}
- DEFINES += SRCDIR=\\\"$$PWD/../\\\"
-} else {
- TARGET = tst_qtextcodec
- addFiles.files = ../*.txt
- addFiles.path = .
- DEPLOYMENT += addFiles
- qt_not_deployed {
- DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs
- }
- DEFINES += SRCDIR=\\\"\\\"
}
+TESTDATA += ../*.txt