summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/codecs/qtextcodec/test/test.pro
blob: f1ebb52ea080cc059910d1220e610240553352ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
CONFIG += parallel_test
QT += testlib
SOURCES = ../tst_qtextcodec.cpp

TARGET = ../tst_qtextcodec
win32 {
    CONFIG(debug, debug|release) {
        TARGET = ../../debug/tst_qtextcodec
    } else {
        TARGET = ../../release/tst_qtextcodec
    }
}
TESTDATA += ../*.txt