summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qfile/CMakeLists.txt
blob: 0d77bae94b71303e2d65a8b78fe2e293c1152839 (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
25
26
27
# 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 qfile.pro.

#####################################################################
## tst_bench_qfile Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qfile
    SOURCES
        tst_bench_qfile.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::Test
)

#### Keys ignored in scope 1:.:.:qfile.pro:<TRUE>:
# TEMPLATE = "app"

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

qt_internal_extend_target(tst_bench_qfile CONDITION WIN32
    DEFINES
        _CRT_SECURE_NO_WARNINGS
)