aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_server/CMakeLists.txt
blob: 6fb864bc242f4e03034e8c012e77483aea5c7bfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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"