aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qmldom/CMakeLists.txt
blob: 7610d2c7725f8aec1c0036199f6d8a8598a9b777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## tst_qmldomConstruction Test:
#####################################################################

qt_internal_add_benchmark(tst_qmldomconstruction
    SOURCES
        tst_qmldomconstruction.cpp
    DEFINES
        SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
    LIBRARIES
        Qt::QmlDomPrivate
        Qt::Test
)