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

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