aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_nativedebugger/CMakeLists.txt
blob: 348f2b93867dfa8635826c0952e81c26cd49e976 (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
# Generated from qmldbg_nativedebugger.pro.

#####################################################################
## qmldbg_nativedebugger Plugin:
#####################################################################

add_qt_plugin(qmldbg_nativedebugger
    TYPE qmltooling
    CLASS_NAME QQmlNativeDebugServiceFactory
    SOURCES
        qqmlnativedebugservice.cpp qqmlnativedebugservice.h
        qqmlnativedebugservicefactory.cpp qqmlnativedebugservicefactory.h
    LIBRARIES
        Qt::PacketProtocolPrivate
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::PacketProtocol
        Qt::Qml
)

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