aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltyperegistrar/UnregisteredTypes/CMakeLists.txt
blob: 21cf8b4b56b928c60918cc29fcea89630fdbf42e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Use NO_GENERATE_QMLTYPES to avoid static asserts during compilation of the types to be tested, same for NO_PLUGIN
qt_add_qml_module(UnregisteredTypes
    STATIC
    URI UnregisteredTypes
    VERSION 1.0
    NO_GENERATE_QMLTYPES
    NO_PLUGIN
    SOURCES uncreatable.h
    AUTO_RESOURCE_PREFIX
)

qt_enable_autogen_tool(UnregisteredTypes "moc" ON)