summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/network/access/qnetworkreply_from_cache/CMakeLists.txt
blob: 2539fa2a5499ffa55936dbb13c9f60b6d6f77665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from qnetworkreply_from_cache.pro.

#####################################################################
## tst_bench_qnetworkreply_from_cache Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qnetworkreply_from_cache
    SOURCES
        tst_qnetworkreply_from_cache.cpp
    LIBRARIES
        Qt::Network
        Qt::Test
)