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

#####################################################################
## tst_qstringconverter Test:
#####################################################################

qt_internal_add_test(tst_qstringconverter
    SOURCES
        tst_qstringconverter.cpp
    TESTDATA ${test_data}
    LIBRARIES
        Qt::CorePrivate # for access to Qt's feature system
)


qt_internal_add_resource(tst_qstringconverter  "compressedtexture_bc1"
    PREFIX
        "/"
    FILES
        "euc_kr.txt"
)