summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qurl/CMakeLists.txt
blob: d4d252725cd424a26a804145401c204ad0904652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#####################################################################
## tst_qurl Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qurl
    SOURCES
        tst_bench_qurl.cpp
    LIBRARIES
        Qt::Test
)

## Scopes:
#####################################################################

qt_internal_extend_target(tst_bench_qurl CONDITION WIN32
    DEFINES
        _CRT_SECURE_NO_WARNINGS
)