summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qurl/CMakeLists.txt
blob: d38c8b18c0702f9315e581e6937a3574bdf0bc44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated from qurl.pro.

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

qt_internal_add_benchmark(tst_qurl
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Test
)

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

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

qt_internal_extend_target(tst_qurl CONDITION WIN32
    DEFINES
        _CRT_SECURE_NO_WARNINGS
)