aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/registrationmacros/CMakeLists.txt
blob: 933995ec9a86f1a08cbfb46384bb1960ccf76cd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

qt_internal_add_test(tst_registrationmacros
    SOURCES
        tst_registrationmacros.cpp
        types.h
        types.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::QmlPrivate
)

set_target_properties(tst_registrationmacros PROPERTIES
    QT_QML_MODULE_VERSION 6.2
    QT_QML_MODULE_URI test
)

_qt_internal_qml_type_registration(tst_registrationmacros)