aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlintegration/CMakeLists.txt
blob: 5b1b892a4ea8f118e48a661ca07b8054b0b25c3f (plain)
1
2
3
4
5
6
7
8
9
10
# 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_module(QmlIntegration
    HEADER_MODULE
    SOURCES
        qqmlintegration.h
    LIBRARIES
        Qt::Core
)