summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qxp/function_ref/CMakeLists.txt
blob: d52618d52768dd3e873426b2ccc64e7c7b574858 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_test(tst_qxp_function_ref
    EXCEPTIONS
    SOURCES
        tst_qxp_function_ref.cpp
    LIBRARIES
        Qt::Core
)