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

# Generated from qstringconverter.pro.

#####################################################################
## 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"
)