summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qchar/qchar.pro
blob: c0a9f1b1e59fc080e2edccdea7e7030cef291feb (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase parallel_test
TARGET = tst_qchar
QT = core-private testlib
SOURCES = tst_qchar.cpp

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

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