aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_tcp/CMakeLists.txt
blob: 78ef82f30a10d9998cb6f1f75561c0b156c7d018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from qmldbg_tcp.pro.

#####################################################################
## QTcpServerConnectionFactory Plugin:
#####################################################################

qt_internal_add_plugin(QTcpServerConnectionFactoryPlugin
    OUTPUT_NAME qmldbg_tcp
    CLASS_NAME QTcpServerConnectionFactory
    PLUGIN_TYPE qmltooling
    SOURCES
        qtcpserverconnection.cpp
    LIBRARIES
        Qt::Network
        Qt::QmlPrivate
)

#### Keys ignored in scope 1:.:.:qmldbg_tcp.pro:<TRUE>:
# OTHER_FILES = "$$PWD/qtcpserverconnection.json"