summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qbytearray_large/CMakeLists.txt
blob: 898c1662f03b15648fcc2f18eae946c4d4629fee (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_test(tst_qbytearray_large
    SOURCES
        tst_qbytearray_large.cpp
    LIBRARIES
        Qt::Core
    TESTDATA "rfc3252.txt"
)