aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlintegration/CMakeLists.txt
blob: 0dd54f53bd15004b0ed139cf6c747eecb71698a0 (plain)
1
2
3
4
5
6
7
8
9
10
# 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
)