summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qdir/tree/CMakeLists.txt
blob: 1ea925928df0e79bb6dbff383ee43bab57a55522 (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
28
# Generated from tree.pro.

#####################################################################
## bench_qdir_tree Binary:
#####################################################################

qt_add_benchmark(bench_qdir_tree
    SOURCES
        bench_qdir_tree.cpp
    PUBLIC_LIBRARIES
        Qt::Test
)

# Resources:
set(bench_qdir_tree_resource_files
    "4.6.0-list.txt"
)

qt_add_resource(bench_qdir_tree "bench_qdir_tree"
    PREFIX
        "/"
    FILES
        ${bench_qdir_tree_resource_files}
)


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