aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_tcp/CMakeLists.txt
blob: c63c24e797112ab81b9a3b251fb96f54fbdabb6a (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: BSD-3-Clause

# 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"