summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/codecs/qtextcodec/test/test.pro
blob: 16b831ec0300adfc646246255a3fc43e94b57437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
        }
    }
    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=\\\"\\\"
}