aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_server/CMakeLists.txt
blob: 9d9fb49a1f8ffc9d1f85a77d5e19763f7fab5f78 (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
25
# Generated from qmldbg_server.pro.

#####################################################################
## qmldbg_server Plugin:
#####################################################################

add_qt_plugin(qmldbg_server
    TYPE qmltooling
    CLASS_NAME QQmlDebugServerFactory
    SOURCES
        qqmldebugserver.cpp
        qqmldebugserverfactory.h
    LIBRARIES
        Qt::PacketProtocolPrivate
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::PacketProtocol
        Qt::Qml
)

#### Keys ignored in scope 1:.:.:qmldbg_server.pro:<TRUE>:
# OTHER_FILES = "qqmldebugserver.json"
# PLUGIN_CLASS_NAME = "QQmlDebugServerFactory"
# PLUGIN_TYPE = "qmltooling"
# _LOADED = "qt_plugin"