aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlintegration/CMakeLists.txt
blob: 755c77477cfe5201024a84ca854e679d035f49e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_module(QmlIntegration
    HEADER_MODULE
    NO_PRIVATE_MODULE
    SOURCES
        qqmlintegration.h
    LIBRARIES
        Qt::Core
    NO_GENERATE_CPP_EXPORTS
)