summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qfile/CMakeLists.txt
blob: f69f7cfca719bf926dca03dab6930d52eb923484 (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
# Generated from qfile.pro.

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

add_qt_benchmark(tst_bench_qfile
    SOURCES
        main.cpp
    LIBRARIES
        Qt::CorePrivate
    PUBLIC_LIBRARIES
        Qt::Test
)

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

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

extend_target(tst_bench_qfile CONDITION WIN32
    DEFINES
        _CRT_SECURE_NO_WARNINGS
)