summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/plugins/imageformats/jpeg/CMakeLists.txt
blob: 814dc124c7c0cbf7965fd63b3091e612de60bbba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## jpeg Binary:
#####################################################################

qt_internal_add_benchmark(jpeg
    SOURCES
        jpeg.cpp
    LIBRARIES
        Qt::Gui
        Qt::Test
)