summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/network/access/qnetworkreply_from_cache/CMakeLists.txt
blob: 4c04e216b2d7f3942c3f970f294bde35a22bc472 (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: BSD-3-Clause

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