summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qchar/qchar.pro
blob: 4921144c019f84f3cf2d3ab1e44741c5988d3f18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qchar
SOURCES  += tst_qchar.cpp

QT = core core-private testlib

wince*: {
    deploy.files += NormalizationTest.txt
    DEPLOYMENT += deploy
}

DEFINES += SRCDIR=\\\"$$PWD/\\\"

CONFIG += parallel_test