aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger/CMakeLists.txt
blob: b266f60b48c145105de011f1cbceb2efaf61d613 (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
26
27
28
29
30
31
32
33
# Generated from qmldbg_debugger.pro.

#####################################################################
## qmldbg_debugger Plugin:
#####################################################################

add_qt_plugin(qmldbg_debugger
    TYPE qmltooling
    CLASS_NAME QQmlDebuggerServiceFactory
    SOURCES
        qqmldebuggerservicefactory.cpp qqmldebuggerservicefactory.h
        qqmlenginedebugservice.cpp qqmlenginedebugservice.h
        qqmlwatcher.cpp qqmlwatcher.h
        qv4datacollector.cpp qv4datacollector.h
        qv4debugger.cpp qv4debugger.h
        qv4debuggeragent.cpp qv4debuggeragent.h
        qv4debugjob.cpp qv4debugjob.h
        qv4debugservice.cpp qv4debugservice.h
    LIBRARIES
        Qt::CorePrivate
        Qt::PacketProtocolPrivate
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::PacketProtocol
        Qt::Qml
)

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