summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qurl/CMakeLists.txt
blob: 26d98b7eb41db69246b351c5bf00ce62ad9d8fd5 (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:
#####################################################################

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

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

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

extend_target(tst_qurl CONDITION WIN32
    DEFINES
        _CRT_SECURE_NO_WARNINGS
)