summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qchar/CMakeLists.txt
blob: 215cae43b4eac8f743a7235fe5bcadbecad76585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from qchar.pro.

#####################################################################
## tst_qchar Test:
#####################################################################

# Collect test data
list(APPEND test_data "data/NormalizationTest.txt")

qt_internal_add_test(tst_qchar
    SOURCES
        tst_qchar.cpp
    LIBRARIES
        Qt::CorePrivate
    TESTDATA ${test_data}
)