summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qdir/tree/CMakeLists.txt
blob: e3102a33899bf6bf37a050e993e29adbaa489748 (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:
#####################################################################

add_qt_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"
)

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


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