summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/tiff/CMakeLists.txt
blob: ce2575e8f7f49fd627e8e96a3714605acc9c227f (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from tiff.pro.

#####################################################################
## tst_bench_qtiff Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qtiff
    SOURCES
        tst_qtiff.cpp
    LIBRARIES
        Qt::Gui
        Qt::Test
)

# Resources:
set(tiff_resource_files
    "../../shared/images/tiff/16bpc.tiff"
    "../../shared/images/tiff/big_16bpc.tiff"
    "../../shared/images/tiff/big_grayscale.tiff"
    "../../shared/images/tiff/big_rgb.tiff"
    "../../shared/images/tiff/big_rgb_bigendian.tiff"
    "../../shared/images/tiff/colorful.bmp"
    "../../shared/images/tiff/corrupt-data.tif"
    "../../shared/images/tiff/gray16.tiff"
    "../../shared/images/tiff/grayscale-ref.tif"
    "../../shared/images/tiff/grayscale.tif"
    "../../shared/images/tiff/image.tif"
    "../../shared/images/tiff/image_100dpi.tif"
    "../../shared/images/tiff/indexed_orientation_1.tiff"
    "../../shared/images/tiff/indexed_orientation_2.tiff"
    "../../shared/images/tiff/indexed_orientation_3.tiff"
    "../../shared/images/tiff/indexed_orientation_4.tiff"
    "../../shared/images/tiff/indexed_orientation_5.tiff"
    "../../shared/images/tiff/indexed_orientation_6.tiff"
    "../../shared/images/tiff/indexed_orientation_7.tiff"
    "../../shared/images/tiff/indexed_orientation_8.tiff"
    "../../shared/images/tiff/mono_orientation_1.tiff"
    "../../shared/images/tiff/mono_orientation_2.tiff"
    "../../shared/images/tiff/mono_orientation_3.tiff"
    "../../shared/images/tiff/mono_orientation_4.tiff"
    "../../shared/images/tiff/mono_orientation_5.tiff"
    "../../shared/images/tiff/mono_orientation_6.tiff"
    "../../shared/images/tiff/mono_orientation_7.tiff"
    "../../shared/images/tiff/mono_orientation_8.tiff"
    "../../shared/images/tiff/multipage.tiff"
    "../../shared/images/tiff/oddsize_grayscale.tiff"
    "../../shared/images/tiff/oddsize_mono.tiff"
    "../../shared/images/tiff/original_grayscale.tiff"
    "../../shared/images/tiff/original_indexed.tiff"
    "../../shared/images/tiff/original_mono.tiff"
    "../../shared/images/tiff/original_rgb.tiff"
    "../../shared/images/tiff/rgb_orientation_1.tiff"
    "../../shared/images/tiff/rgb_orientation_2.tiff"
    "../../shared/images/tiff/rgb_orientation_3.tiff"
    "../../shared/images/tiff/rgb_orientation_4.tiff"
    "../../shared/images/tiff/rgb_orientation_5.tiff"
    "../../shared/images/tiff/rgb_orientation_6.tiff"
    "../../shared/images/tiff/rgb_orientation_7.tiff"
    "../../shared/images/tiff/rgb_orientation_8.tiff"
    "../../shared/images/tiff/rgba_adobedeflate_littleendian.tif"
    "../../shared/images/tiff/rgba_lzw_littleendian.tif"
    "../../shared/images/tiff/rgba_nocompression_bigendian.tif"
    "../../shared/images/tiff/rgba_nocompression_littleendian.tif"
    "../../shared/images/tiff/rgba_packbits_littleendian.tif"
    "../../shared/images/tiff/rgba_zipdeflate_littleendian.tif"
    "../../shared/images/tiff/teapot.tiff"
    "../../shared/images/tiff/tiled_grayscale.tiff"
    "../../shared/images/tiff/tiled_indexed.tiff"
    "../../shared/images/tiff/tiled_mono.tiff"
    "../../shared/images/tiff/tiled_oddsize_grayscale.tiff"
    "../../shared/images/tiff/tiled_oddsize_mono.tiff"
    "../../shared/images/tiff/tiled_rgb.tiff"
)

qt_internal_add_resource(tst_bench_qtiff "tiff"
    PREFIX
        "/"
    BASE
        "../../shared/images"
    FILES
        ${tiff_resource_files}
)