summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qchar/qchar.pro
blob: a41ef87bca1c5888804f2c02e100806a173ba087 (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

TESTDATA += data/NormalizationTest.txt

android: !android-no-sdk {
    RESOURCES += \
        testdata.qrc
}