aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_tcp/CMakeLists.txt
blob: 9654a38abadab0d498f9a96f9e04a2248e4b9ff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Generated from qmldbg_tcp.pro.

#####################################################################
## qmldbg_tcp Plugin:
#####################################################################

add_qt_plugin(qmldbg_tcp
    TYPE qmltooling
    CLASS_NAME QTcpServerConnectionFactory
    SOURCES
        qtcpserverconnection.cpp
        qtcpserverconnectionfactory.h
    LIBRARIES
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Network
        Qt::Qml
)

#### Keys ignored in scope 1:.:.:qmldbg_tcp.pro:<TRUE>:
# OTHER_FILES = "$$PWD/qtcpserverconnection.json"
# PLUGIN_CLASS_NAME = "QTcpServerConnectionFactory"
# PLUGIN_TYPE = "qmltooling"
# _LOADED = "qt_plugin"