summaryrefslogtreecommitdiff
path: root/src/webchannelquick/CMakeLists.txt
blob: 0c8814528548e1963c246030c6baefd26e918f50 (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

qt_internal_add_qml_module(WebChannelQuick
    URI "QtWebChannel"
    VERSION "${PROJECT_VERSION}"
    PAST_MAJOR_VERSIONS 1
    GENERATE_CPP_EXPORTS
    SOURCES
        qqmlwebchannel.h qqmlwebchannel.cpp
        qqmlwebchannelattached_p.h qqmlwebchannelattached.cpp
        qwebchannelquickglobal.h
    LIBRARIES
        Qt::WebChannelPrivate
)