aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/common/CMakeLists.txt
blob: 4b7714a11d60d79bd8add42b941973f5a1898b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_policy(SET QTP0001 NEW)

qt_internal_add_test(tst_qml_common
    SOURCES
        tst_qml_common.cpp tst_qml_common.h
    LIBRARIES
        Qt::QmlPrivate
)