summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/codecs/qtextcodec/test/test.pro
blob: 29b359c38fb2d906547fda4087f54e3cb998a730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
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