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

#####################################################################
## tst_bench_qvariant Binary:
#####################################################################

add_qt_benchmark(tst_bench_qvariant
    SOURCES
        tst_qvariant.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Test
)

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

extend_target(tst_bench_qvariant CONDITION NOT TARGET Qt::Gui
    PUBLIC_LIBRARIES
        # Remove: gui
)