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

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