diff options
Diffstat (limited to 'tests/auto/qtextcodec/test/test.pro')
-rw-r--r-- | tests/auto/qtextcodec/test/test.pro | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/tests/auto/qtextcodec/test/test.pro b/tests/auto/qtextcodec/test/test.pro index 36cac7c3ef..afd7f5e536 100644 --- a/tests/auto/qtextcodec/test/test.pro +++ b/tests/auto/qtextcodec/test/test.pro @@ -1,6 +1,21 @@ load(qttest_p4) -TARGET = ../tst_qtextcodec + SOURCES += ../tst_qtextcodec.cpp + +!wince*: { +TARGET = ../tst_qtextcodec + +win32: { + CONFIG(debug, debug|release) { + TARGET = ../../debug/tst_qtextcodec +} else { + TARGET = ../../release/tst_qtextcodec + } +} +} else { + TARGET = tst_qtextcodec +} + wince*|symbian { addFiles.sources = ../*.txt addFiles.path = . |