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

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

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