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

TESTDATA += data/NormalizationTest.txt

android {
    RESOURCES += \
        testdata.qrc
}